Hi
How can I code this requirement
ACCOUNT 123 CUSTOMER ABC 10%
ACCOUNT 456 CUSTOMER ABC 5000
ACCOUNT 123 CUSTOMER DEF 20%
ACCOUNT456 CUSTOMER DEF 70000
ACCOUNT 123 CUSTOMER GHI 30%
ACCOUN 456 CUSTOMER GHI 8000
I need to do
ACCOUNT 123 * ACCOUNT 456 for CUSTOMER ABC
ACCOUNT 123 * ACCOUNT456 for CUSTOMER DEF
ACCOUNT 123 * ACCOUNT 456 for CUSTOMER GHI
The sum will be divided by the total of account 456
How can I script that to have a match for each Customer ??? Look up or else ...sorry I'm green in logic
Similar the the article of Vadim Kalinin ( Average Percent values on nodes )
My question is more regarding how to match my Customer with ACCOUNT 123 & 456