Hide/Suppress a DataBand,GroupBand
Posted: Tue Aug 14, 2007 5:14 am
Hi all,
Currently im working on a report which have few groups to get the total amount of those group.
But the problem is, i just want to show the summary of those group, and hide data inside databand; or maybe group header.
i hv tried using the {Enabled = False} in databand properties, although the databand success hide but the calculation won't work.
Below is the scenario:
GroupHeaderBand1: Mini Market (1)
Databand1: Casher Amount
Casher(1) 1000
Casher(2) 1500
GroupFooterBand1: Mini Market (1) Sales Total = 2500
GroupHeaderBand2: Mini Market (2)
Databand1: Casher Amount
Casher(A) 1000
Casher(B) 3000
GroupFooterBand2: Mini Market (2) Sales Total = 4000
So, is there any way to hide the databand(s), and only show groupfooterband (summary of sales total)?
Currently im working on a report which have few groups to get the total amount of those group.
But the problem is, i just want to show the summary of those group, and hide data inside databand; or maybe group header.
i hv tried using the {Enabled = False} in databand properties, although the databand success hide but the calculation won't work.
Below is the scenario:
GroupHeaderBand1: Mini Market (1)
Databand1: Casher Amount
Casher(1) 1000
Casher(2) 1500
GroupFooterBand1: Mini Market (1) Sales Total = 2500
GroupHeaderBand2: Mini Market (2)
Databand1: Casher Amount
Casher(A) 1000
Casher(B) 3000
GroupFooterBand2: Mini Market (2) Sales Total = 4000
So, is there any way to hide the databand(s), and only show groupfooterband (summary of sales total)?