catchingup
Technical User
I have a subreport in CR11. In the report, I am printing 3 different counts of forms used by a project.
The first 2 formulas are working fine using the formula
Count({form_name.number})
However, the 3rd count is a portion of the 2nd count and I am having problems with it. It should be pulling the Count of form_name.number where form_ID = EXT
I tried putting this formula {@EXT forms} in the detail level: {form_ID} = "EXT"
and then placed the formula
Count({@EXT forms})
in the group footer. But I wind up with the same number (16) as is the count of just the form, which I know is incorrect (the correct number is 4).
I was thinking that variables might be the way to go but wasn't certain how to write it correctly. Any ideas?
Thanks!
The first 2 formulas are working fine using the formula
Count({form_name.number})
However, the 3rd count is a portion of the 2nd count and I am having problems with it. It should be pulling the Count of form_name.number where form_ID = EXT
I tried putting this formula {@EXT forms} in the detail level: {form_ID} = "EXT"
and then placed the formula
Count({@EXT forms})
in the group footer. But I wind up with the same number (16) as is the count of just the form, which I know is incorrect (the correct number is 4).
I was thinking that variables might be the way to go but wasn't certain how to write it correctly. Any ideas?
Thanks!