Hello,
I would like some help.
I need don't print the GroupFooterBand2 when the table ContaBancaria have just one record (GroupHeaderBand2) - considering the group of GroupHeaderBand1 too.
I had put a extra DataBand3 to get this value but isn't enough, 'cause I cannot manage this value into GroupFooterBand2.
I was try use variables, but didn't works too. how can u see in ScreenShot139.jpg
In ScreenSho141, the selected line could not be printed cause existis only a record in ContaBancaria, despite the relationalship is into Compromissos -> Sistema ; Compromissos -> ContaBancaria
Thx since now
how don't print GroupFooterBand to one occurrence
how don't print GroupFooterBand to one occurrence
- Attachments
-
- ScreenShot141.jpg (331.82 KiB) Viewed 1714 times
-
- CompromissosBancos.xsd
- (5.49 KiB) Downloaded 315 times
-
- CompromissosBancos.xml
- (133.51 KiB) Downloaded 389 times
-
- CompromissosBancos.mrt
- (317.11 KiB) Downloaded 393 times
-
- ScreenShot139.jpg (606.23 KiB) Viewed 1714 times
Re: how don't print GroupFooterBand to one occurrence
Hello.
The Condition check at first and then the Before Print event fires. So you set the value of the qtdeBancaria too late.
Thank you.
The Condition check at first and then the Before Print event fires. So you set the value of the qtdeBancaria too late.
Thank you.
Re: how don't print GroupFooterBand to one occurrence
Hello
I'm sorry. I didn't understand.
How can I get the value of {Count(DataBand3)} to use in GroupFooterBand2, so in [conditions] I'll be able to hide this band when {Count(DataBand3)} == 1 don't using these variables ( I already delete it them )?
thx
I'm sorry. I didn't understand.
How can I get the value of {Count(DataBand3)} to use in GroupFooterBand2, so in [conditions] I'll be able to hide this band when {Count(DataBand3)} == 1 don't using these variables ( I already delete it them )?
thx
Re: how don't print GroupFooterBand to one occurrence
Hello.
You don't need any additional Band or Variable. You could use the "ContaBancaria.Rows.Count ==1" expression in the Condition of the GroupFooter2. It's better to set the Enabled property to True and to disable the Enabled option in the Condition.
Thak you.
You don't need any additional Band or Variable. You could use the "ContaBancaria.Rows.Count ==1" expression in the Condition of the GroupFooter2. It's better to set the Enabled property to True and to disable the Enabled option in the Condition.
Thak you.
Re: how don't print GroupFooterBand to one occurrence
thx. it's working.
u r the guy.
u r the guy.
Re: how don't print GroupFooterBand to one occurrence
Hello,
Let us know if you need any additional help.
Thank you.
Let us know if you need any additional help.
Thank you.