How do I suppress an entire group and everything in it if the footer contains a null field value. My footer has a total field. If there is no data in the details I can suppress the details and the footer. How do you suppress the entire section if there is a null value in the footer? I have tried
FORMULA=IIF(isnull({#Batch_sum_1}), TRUE, FALSE)
but that suppress all headers if there is one null value in any footer. I have this layout
ReportHeader
PageHeader
Groupheader1
Groupheader2
Groupheader3
details
Groupfooter3
Groupfooter2
Groupfooter1
Pagefooter
Reportfooter
My totals are in each of the footer sections. I have grouping set for all. I want to suppress everything between groupheader2 and groupfooter2 if a null value is found in groupfooter2 batch_sum_1 field for that group only. I'm not worried about group1 or 3.
Thanks,
traigo
FORMULA=IIF(isnull({#Batch_sum_1}), TRUE, FALSE)
but that suppress all headers if there is one null value in any footer. I have this layout
ReportHeader
PageHeader
Groupheader1
Groupheader2
Groupheader3
details
Groupfooter3
Groupfooter2
Groupfooter1
Pagefooter
Reportfooter
My totals are in each of the footer sections. I have grouping set for all. I want to suppress everything between groupheader2 and groupfooter2 if a null value is found in groupfooter2 batch_sum_1 field for that group only. I'm not worried about group1 or 3.
Thanks,
traigo