Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Change Column Type between two column names

Hello, I currently have a dataset that is changing regularly. I have new columns that are created in this dataset. These columns are always between two other columns names ("_1" and "BD Errors"). I ...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

     

    There is no method of calculating between two columns, but you can use the Table.SelectColumns function. This function allows you to select specific columns in a table. If you have a series of consecutive columns, you can select them by creating a list with the column names.

     

    Hope it helps!

     

    Best regards,
    Community Support Team_ Scott Chang

     

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.