Hi,
I have a cross tab in report footer section, below are the fields used on the cross tab.
Row Fields:
1 - Company
2 - Account
Summary:
1 - Account (Count)
2 - Account_amount (Sum)
Now the problem is the first row is not getting repeated for every Account.
The report is getting generated like,
Company Account CNT_ACCT Sum_amount
Auto A13 12 15244.12
A14 13 17728.33
Banking B12 10 15000.33
B13 13 17099.71
I need the report to be like below,
Company Account CNT_ACCT Sum_amount
Auto A13 12 15244.12
Auto A14 13 17728.33
Banking B12 10 15000.33
Banking B13 13 17099.71
Please let me know how to do it
Thanks
I have a cross tab in report footer section, below are the fields used on the cross tab.
Row Fields:
1 - Company
2 - Account
Summary:
1 - Account (Count)
2 - Account_amount (Sum)
Now the problem is the first row is not getting repeated for every Account.
The report is getting generated like,
Company Account CNT_ACCT Sum_amount
Auto A13 12 15244.12
A14 13 17728.33
Banking B12 10 15000.33
B13 13 17099.71
I need the report to be like below,
Company Account CNT_ACCT Sum_amount
Auto A13 12 15244.12
Auto A14 13 17728.33
Banking B12 10 15000.33
Banking B13 13 17099.71
Please let me know how to do it
Thanks