Hey guys, I look through the forum and can't seem to find a possible solution to my problem or at least I am not sure of how to work it.
CR : Version 9
DB : Proprietory
Objective: To display report data in multiple columns.
Sample data:
account Acct Amt
10410321 100.00
10410321 150.00
10410999 150.00
10410999 200.00
Output suppose to be with the capabilites of multiple colums when the list is bigger:
account count amount
10410321 2 250.00
10410999 2 350.00
If I display this in the group footer, it works well using running totals filed to count and accumulate amount. However, I do not know how to format with multiple columns.
If I then display this in Details, I can format with multiple columns, but do not know how to suppress those accounts and its counts.
Any advise on which direction to go is greatly appreciated. Thanks.
-- gyfu --
CR : Version 9
DB : Proprietory
Objective: To display report data in multiple columns.
Sample data:
account Acct Amt
10410321 100.00
10410321 150.00
10410999 150.00
10410999 200.00
Output suppose to be with the capabilites of multiple colums when the list is bigger:
account count amount
10410321 2 250.00
10410999 2 350.00
If I display this in the group footer, it works well using running totals filed to count and accumulate amount. However, I do not know how to format with multiple columns.
If I then display this in Details, I can format with multiple columns, but do not know how to suppress those accounts and its counts.
Any advise on which direction to go is greatly appreciated. Thanks.
-- gyfu --