Scroller52
Technical User
Hi, using CR XI on a SQL database
I've got an investor statement type report, grouped by investor, fund type and fund.
In the details section, I have deal level detail. I'm pulling 2 amounts in there. So for each deal if those 2 amounts are 0, I have an asterisk to indicate there is a footnote.
So the suppression formula i have in the asterisk is:
if {@GP Cost}=0 and {@GP %}=0 then false else true
I can't use that same formula for the actual footnote I placed in group footer 1 because the footnote is suppressing based on the grand totals of @gp cost and @ gp%.
I need the footnote to show up whenever any deal needs a footnote from the details section. Any help would be greatly appreciated. If you need any other info on the report, please let me know.
thanks!
I've got an investor statement type report, grouped by investor, fund type and fund.
In the details section, I have deal level detail. I'm pulling 2 amounts in there. So for each deal if those 2 amounts are 0, I have an asterisk to indicate there is a footnote.
So the suppression formula i have in the asterisk is:
if {@GP Cost}=0 and {@GP %}=0 then false else true
I can't use that same formula for the actual footnote I placed in group footer 1 because the footnote is suppressing based on the grand totals of @gp cost and @ gp%.
I need the footnote to show up whenever any deal needs a footnote from the details section. Any help would be greatly appreciated. If you need any other info on the report, please let me know.
thanks!