Hi,
I am trying to conditionally summarize a Running Total Field
Here is the formula I came up with to date:
It says it's not valid because it can't summarize the #rtot_acct_opening_bal field, which is a running total...
How can I accomplish this..
I am trying to summarize the #rtot_acct_opening_bal field only where the left 4 digits of the ACCOUNT.ID field is greater than or equal to 3000.
Thanks.
I am trying to conditionally summarize a Running Total Field
Here is the formula I came up with to date:
Code:
Sum ({#rtot_acct_opening_bal},ToNumber (Left ({ACCOUNT.ID},4 ))>=3000 )
It says it's not valid because it can't summarize the #rtot_acct_opening_bal field, which is a running total...
How can I accomplish this..
I am trying to summarize the #rtot_acct_opening_bal field only where the left 4 digits of the ACCOUNT.ID field is greater than or equal to 3000.
Thanks.