Hi
Using Crystal 11 with ODBC access to Pervasive Database
Report structure is
#Group Header 1 - COA TYPE
#Group Header 2 - COA CODE
Details
#Group Footer 2 - summarized total of COA CODE
#Group Footer 1 - summarized total of each COA Type
#GROUP 1 - COA Type is categorised - Bank, Account Rec, Current Assets, Fixed Assets, Account Pay, Current Liab, Fixed Liab, Equity
#GROUP 2 - COA CODE
I have summarized totals for each COA Type listed in Group Footer 1
e.g. Bank $79,000
Account Rec $52,000
Current Assets $10,000
Fixed Assets $ 5,000
Account Pay $11,000
Current Liab $ 5,000
Fixed Liab $ 2,000
Equity $12,000
I need to sum the totals of not all of #group1 (COA Type) but a nominated selection of this group. A group within a group I guess
e.g TOTAL ASSETS (Bank + Account Rec + Current Assets + Fixed Assets)
TOTAL LIAB (Account Pay, Current Liab + Fixed Liab)
EQUITY (Equity)
How is this best calculated? Applying formula's in the Group Footer#1 is splitting values into their individual COA Type ;/
Thanks for you help in advance. Let me know if you need any additional info
Using Crystal 11 with ODBC access to Pervasive Database
Report structure is
#Group Header 1 - COA TYPE
#Group Header 2 - COA CODE
Details
#Group Footer 2 - summarized total of COA CODE
#Group Footer 1 - summarized total of each COA Type
#GROUP 1 - COA Type is categorised - Bank, Account Rec, Current Assets, Fixed Assets, Account Pay, Current Liab, Fixed Liab, Equity
#GROUP 2 - COA CODE
I have summarized totals for each COA Type listed in Group Footer 1
e.g. Bank $79,000
Account Rec $52,000
Current Assets $10,000
Fixed Assets $ 5,000
Account Pay $11,000
Current Liab $ 5,000
Fixed Liab $ 2,000
Equity $12,000
I need to sum the totals of not all of #group1 (COA Type) but a nominated selection of this group. A group within a group I guess
e.g TOTAL ASSETS (Bank + Account Rec + Current Assets + Fixed Assets)
TOTAL LIAB (Account Pay, Current Liab + Fixed Liab)
EQUITY (Equity)
How is this best calculated? Applying formula's in the Group Footer#1 is splitting values into their individual COA Type ;/
Thanks for you help in advance. Let me know if you need any additional info