I have four summaries in the Report Footer that work fine. They're all Sums of various Report Fields. (WAGES_GROSS, WAGES_CONTR, WAGES_LOANP, WAGES_ARERS)
However, if I add a condition in the Record Selection that tests one of the above mentioned Report Fields, (if WAGES_GROSS > 0), the other Summaries fail to display.
I'm just concerned if WAGES_GROSS > 0. (We don't want to display records where WAGES_GROSS is zero.) The other Report Fields can be greater than or equal to zero.
I've tried different permutations of testing these Report Fields in the Record Selection but the results are all or nothing.
How, or why does a condition in the Record Selection have an affect on Summaries?
Am I forced to scrap the Summaries and construct Formulas in place of each?
Or do I need to setup a formula in place of the Record Selection so the report only displays WAGES_GROSS > 0
However, if I add a condition in the Record Selection that tests one of the above mentioned Report Fields, (if WAGES_GROSS > 0), the other Summaries fail to display.
I'm just concerned if WAGES_GROSS > 0. (We don't want to display records where WAGES_GROSS is zero.) The other Report Fields can be greater than or equal to zero.
I've tried different permutations of testing these Report Fields in the Record Selection but the results are all or nothing.
How, or why does a condition in the Record Selection have an affect on Summaries?
Am I forced to scrap the Summaries and construct Formulas in place of each?
Or do I need to setup a formula in place of the Record Selection so the report only displays WAGES_GROSS > 0