I'm trying to write a formula to suppress details for records that don't meet 1 of 2 criteria. What I've tried looks like this:
This is being done via the formula button in the Details Section Expert. The first part works fine, but when I add the criteria for the dollar amount it all fails and everything is suppressed. Any suggestions?
Code:
{RESERVE.RESERVE_CODE} <> 'INITIAL' Or
Sum ({RESERVE.DELTA_AMOUNT}, {CLAIM.CLAIM_NUMBER}) < 15000
This is being done via the formula button in the Details Section Expert. The first part works fine, but when I add the criteria for the dollar amount it all fails and everything is suppressed. Any suggestions?