Hello,
I have this question and I hope I find the solution for it
I have a very large data with the same problem.
see the example table below
| ID | Name | Basic salary | file type | Allowance |
| 1234567 | Jack | 1,000 | Payroll | |
| 1234567 | Jack | 0 | Other | 300 |
| 5123333 | Tom | 2,000 | Payroll | |
| 5123333 | Tom | 0 | Other | 400 |
I have a data for the same person in two row the basic salary one with a value and the other one Zero. I want to replace the zero with the 1,000.
How can I do that in Alteryx.
Thanks in advance for your cooperation.