Page 1 of 1

Remove GroupHeader at specific value

Posted: Fri Apr 08, 2016 4:05 pm
by StixStax
Hey,

I'm trying to remove the Group Header, when the Count-Function hits a specific value.
I created a sample report, where I would like to remove the GroupHeaderBand (green bar), when the Count-Function hits the value 22.
Any ideas how to do that?

Thank you for your help

Re: Remove GroupHeader at specific value

Posted: Mon Apr 11, 2016 12:47 pm
by Alex K.
Hello,

Please try to use the following expression in the Condition for the GroupHeaderBand1 component:
Totals.Count(GroupHeaderBand1) == 22
and set the ComponentIsEnabled option to false.

Thank you.

Re: Remove GroupHeader at specific value

Posted: Mon Apr 11, 2016 2:05 pm
by StixStax
Hey,

this works great with the demo version.
Unfortunately I have to use version 2012.1.1300. In this version the condition is without effect.
I need to hide the GroupHeaderBand when theres no data in the following databand.
I would appreciate any further help.

Re: Remove GroupHeader at specific value

Posted: Tue Apr 12, 2016 6:20 am
by Alex K.
Hello,

We have checked the 2012.1.1300 and your report works correctly.

Thank you.