Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Swap values in the same row between two columns

Hello, Is it possible to swap values in two columns for the same row?  For example; Row 10-Column A and Row 10-Column B need to have the values swapped.   NOTE:  All other values in these columns ...
  • Zubair_Muhammad's avatar
    8 years ago

    Hi Anonymous

     

    First Add an Index Column from the Query Editor to identify row number

     

    then you can use this Custom Column to get revised Column Values with swapped rows

     

    if [Index]=10 then [Col B] else [Col A])