Hide a row in a group based on a criteria
Hi,
We have a report where data is presented in a group footer. We would
like to hide certain rows in teh group foote, but the associated
summary calculations should still use these values.
We can hide individual fields in the footer using
dbtext.Visible := .....
We tried to hide all the fields but then an empty line is shown.
Is it possible to not print certain rows in the footer, but still use
the value for the summart calculations?
regards
Paul
We have a report where data is presented in a group footer. We would
like to hide certain rows in teh group foote, but the associated
summary calculations should still use these values.
We can hide individual fields in the footer using
dbtext.Visible := .....
We tried to hide all the fields but then an empty line is shown.
Is it possible to not print certain rows in the footer, but still use
the value for the summart calculations?
regards
Paul
This discussion has been closed.
Comments
We are using version 12.05
We tried the same report in version 15.02 and used (in the
Footer.Bedoreprint)
Group1.Footer.Visible := False
This works fine.
However in version 12.05 we get a syntax error, something like
expecting [ or (
Unfortunately the client for which we are creating the report is still
using version 12.05
Any suggestions?
On Fri, 13 May 2016 11:30:56 +0200, Paul Sjoerdsma
Try accessing the group footer band directly (either by dragging from
the code toolbox or directly). For instance:
GroupFooterBand1.Visible := False;
Moving forward, we hope you will consider upgrading to the latest
version of ReportBuilder (RB 17). Upgrading to RB 17 includes a 1 year
subscription which gives a full year of updates, patches/fixes and
active support for the current code base. See the following link on
what's new for RB 17.
http://www.digital-metaphors.com/rbWiki/General/What's_New/RB_17
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com