Page 1 of 1

No grouping in report with XML data

Posted: Wed Jan 30, 2013 3:38 pm
by tpontow
Hello,

i have a report which has a connection to XML data. Within that report i use a group header and group footer to group the report. But no grouping happens when i show the report in designer preview or show the report at runtime. Sorting direction of the group header is set to None because data is sorted in XML the way i want it being sorted.

Attached i send you the mrt, xml and xsd files. The grouping condition is VorlageItem.Tag (which is Day in german).

Can you help me to get the grouping to work?

Thanks
Thorsten

Re: No grouping in report with XML data

Posted: Thu Jan 31, 2013 7:57 am
by HighAley
Hello.

There is a Footer Band after Group Header and the footer is cut the Band off the header bands before it. Please, move the Footer under the Group Footer.
Headers and Footers should be in the right order. If you have Header and Group Header before Band there should be a Group Footer and the Footer Band.

Code: Select all

Header
   Group Header
      Band
   Group Footer
Footer
Thank you.

Re: No grouping in report with XML data

Posted: Thu Jan 31, 2013 8:27 am
by tpontow
Hello Aleksey,

thanks for your quick response. That solved my problem. The mrt-file i used was a copy of another report with grouping. Somehow during editing i must moved up the FooterBand inadvertently. I should have noticed this by myself.

Kind regard and thanks
Thorsten

Re: No grouping in report with XML data

Posted: Thu Jan 31, 2013 9:46 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.