Forum Discussion

Juanxi's avatar
Juanxi
New Member
7 years ago

Preparing a report for relations between accounts

Hi, I have the following case. I'm managing data with the following structure Record, account and value. Each number record includes two or more accounts (accounts can repeat in several records). The sum of values per each record is equal to zero (always). I'm trying to prepare a report that shows how total value per each account matches with other related accounts into the records, always per total values.

Following an example of the data and the expected result:

Record Account Value 
AS1C110
AS1C2-8
AS1C3-2
AS2C115
AS2C2-10
AS2C4-5
AS3C2-8
AS3C58
AS4C112
AS4C2-8
AS4C3-4

 

 C1C2C3C4C5
C137372215 
C2-26-34-16-10-8
C3-6-6-60 
C4-5-50-5 
C5 80 8
Total00000

 

Best regards

No RepliesBe the first to reply