Sweetworks
MIS
I want to create a Formula that does the following
I have Crystal 8.5 in a ORacle 8.1.7.4.1 Database
I only have 1 Table (ACCOUNT_BALANCE)
These are the fields
Account_ID
Debit
Credit
ACCT_Period
For Account_ID ='300011' I want to
(SUM(ACCOUNT_BALANCE.CREDIT) - SUM(ACCOUNT_BALANCE.DEBIT))
If I go to the Report > Edit Selection Formula > Record and put ACCOUNT_BALANCE.CREDIT = '300011'
I get my desired number.
The problem is I want to take results of this formula for these gl codes 300011 - 330002. How do I in the Formula select the 300011 Account
Basically something like this...
(SUM(ACCOUNT_BALANCE.CREDIT) - SUM(ACCOUNT_BALANCE.DEBIT)) where ACCOUNT_BALANCE.CREDIT = '300011'
I have Crystal 8.5 in a ORacle 8.1.7.4.1 Database
I only have 1 Table (ACCOUNT_BALANCE)
These are the fields
Account_ID
Debit
Credit
ACCT_Period
For Account_ID ='300011' I want to
(SUM(ACCOUNT_BALANCE.CREDIT) - SUM(ACCOUNT_BALANCE.DEBIT))
If I go to the Report > Edit Selection Formula > Record and put ACCOUNT_BALANCE.CREDIT = '300011'
I get my desired number.
The problem is I want to take results of this formula for these gl codes 300011 - 330002. How do I in the Formula select the 300011 Account
Basically something like this...
(SUM(ACCOUNT_BALANCE.CREDIT) - SUM(ACCOUNT_BALANCE.DEBIT)) where ACCOUNT_BALANCE.CREDIT = '300011'