I have a similar situation. What I would like to do is to suppress the group and the data.
The condition is, if the group DOES NOT start with letter "P", suppress the groups and their data. I would like to show only the groups that start with letter "P", with their data. I used the left function, 1 = "P". It seems to work on the group, but not the data.
I think I have to do something at the formula level. I am unsure whether to do it at the details or at the group.
Instead of suppression, you could use group selection. Go to report->edit selection formula->GROUP and enter:
{table.groupfield} startswith "P"
However, the suppression approach should work as well. You would use something like:
not({table.groupfield} startswith "P")
Use this in the section expert for the group header, footer and detail section->suppress->x+2. If this still doesn't work then maybe you have spaces or lower case letters that you have to accommodate, by using:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.