Hi everyone,
I have 2 tables [Raw] and [Totals]. Both contain same field structure, ID and Account , but in [Raw] table, field Account is not populated. And I want to do this based on values from [Totals] table.
Based on ID field values comparison of 2 tables , I want to populate Account field in [Raw] using that sequence :
IF ID[raw]<ID[Totals]
Then
Account[Totals]=Account[Raw]
Very important is that comparison should be done always for remaining items in both tables at each loop run.
I am new in Alteryx and any idea will help me to fix this issue.
Many thanks
Best regards
Florin