Hi
I have 7 columns with values ranging from 0-5
I need to identify the column, for each row, whenever the value changes from 0 to something else in the next column.
the value is always zero (0) in the first column and then can change in the subsequent columns. In some cases all values might be zero (0).
I solved this in excel, by counting the number of zeros in each row, and using that value as an index.
I think it can be done in Alteryx using a nested-if, but is there any simpler solution?
Thanks in advance