Page 1 of 1
Nested group with Two DataBand
Posted: Mon Oct 24, 2022 1:12 pm
by wprmdev
Hello. I'm trying to create a report with Nested Groups using two data bands but I'm not successful.
What I want to do is:
GroupHeader1 (By user)
GroupHeader2 (By Completed)
DataBand1 (By User and completed)
GroupFooter1
DataBand2 (By User) // This doesn't work. Print after all data from DataBand1. And out of groups. And with all the data
GroupFooter2
I need DataBand2 to be print before GroupFooter2 and that the data was grouped by user.
Follow the attached template. Thanks in advance.
Re: Nested group with Two DataBand
Posted: Tue Oct 25, 2022 7:51 am
by Lech Kulikowski
Hello,
As a way, you can place a Panel with databand on the GroupFooter2.
Thank you.
Re: Nested group with Two DataBand
Posted: Tue Oct 25, 2022 9:25 pm
by wprmdev
I had tried using the databand in a panel within GroupFooter2 but it didn't work (I used the same data source).
But I saw that the secret is to use a new data source and filter it from the original. Very interesting.
Thank you for your help. I'm very grateful. :3
Re: Nested group with Two DataBand
Posted: Wed Oct 26, 2022 6:54 am
by Lech Kulikowski
Hello,
You are welcome.
Re: Nested group with Two DataBand
Posted: Thu Aug 24, 2023 3:52 am
by quocp
Hi Lech,
I currently get the same issue.
I have a look at your report "report-nested-group-sample_modified.mrt" , the Panel with databand on the GroupFooter2 display the same data for all UserId, while it should be displayed the data for the related userId.
Could you pls help to look on it again ?
Thank you
Re: Nested group with Two DataBand
Posted: Sat Aug 26, 2023 5:21 pm
by Lech Kulikowski
Hello,
Please clarify which product and version are you use?
Thank you.
Re: Nested group with Two DataBand
Posted: Wed Aug 30, 2023 5:35 am
by quocp
Hi Lech,
I opened your file with Stimulsoft Designer V2023.2.7.
Re: Nested group with Two DataBand
Posted: Fri Sep 01, 2023 10:44 am
by Lech Kulikowski
Hello,
Please try to set the MultipleInitialization=true property for the DataBand.
Thank you.
Re: Nested group with Two DataBand
Posted: Tue Sep 19, 2023 1:36 am
by quocp
Yeah, It works.
Thanks Lech.
Re: Nested group with Two DataBand
Posted: Tue Sep 19, 2023 7:43 am
by Lech Kulikowski
Hello,
You are welcome.