Hiding a groupheader if there's only one distinct record
Posted: Mon Feb 03, 2014 3:04 pm
Hi,
I need to be able to hide a group-header if the condition used for grouping returns just one record.
I have tried to use conditions and the enabled-property but had no success. The condition I used was
But the Count always returns "1" even if I indeed have more than one group based on the datasource...
I have attached the report, I need to hide "GroupHeaderBand2" if there's only one different "Buchung.TerminNummer"
Thanks for your help!
Cheers,
Pascal
I need to be able to hide a group-header if the condition used for grouping returns just one record.
I have tried to use conditions and the enabled-property but had no success. The condition I used was
Code: Select all
Totals.CountDistinct ("Buchung.TerminNummer") > 1
I have attached the report, I need to hide "GroupHeaderBand2" if there's only one different "Buchung.TerminNummer"
Thanks for your help!
Cheers,
Pascal