Hide/Show field in group
I am trying to supress the value of a column for all rows in a group (by transaction date) execpt the last row for that group. I have attached a screenshot of the desired result where the 1st row in the group does not show the 'Balance' value but does show for the last row for that group.
How can I do this?
How can I do this?
Comments
Create BeforePrint event handler for the text object and write the following code in it:
Where Data1 is the name of the databand.