Hey Alteryx Community,
one Question.
I have a many document numbers as a row and then i have multiple cost centers as colums.
If the document number is booked under a cost center there is a 0 and if not there is a NULL.
Now i must replace the entry of a row with a other entrie like if I have two 0 in a row and one of the row is over Cost center 600 than i must Replace the entry with the Cost number under 600. Like This
| document number | Cost center 100 | Cost center 200 | Cost center 600 |
| 515151 | 0 | Null | 0 |
Now i the row 515151 under Colum Cost Center 600 the 0 must replace with "Cost Center 100"
Thanks!