Hello,
I am trying to see if I can mapp a financial statement with two files . In the first file I have the account and ammount of the trial balance. And in the second file I have the account totals.
File 1
Account Amount
100001 650.12
100002 650.00
100003 200.00
100004 200.00
100005 200.59
File 2
Account-EEFF Amount
Cash 1500.00
Inventory 401.00
Is there a way to check all the amounts and have Alteryx in the output set the account as the account in the financial statement. So I know the mapping is correct. I need the output to be like the next information :
Account-EFFF Amount
Cash
100001 650.12
100002 650.00
100003 200.00
Total 1500.00
Inventory
100004 200.00
100005 200.59
Total 401.00