No grouping in report with XML data

Stimulsoft Ultimate discussion
Post Reply
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

No grouping in report with XML data

Post 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
Attachments
MonatMitTagessummenXML.mrt
Report file
(104.74 KiB) Downloaded 191 times
MonatMitTagessummenXML.xsd
Schema
(4.33 KiB) Downloaded 171 times
MonatMitTagessummenXML.xml
XML data file
(11 KiB) Downloaded 201 times
Thorsten Pontow

It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: No grouping in report with XML data

Post 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.
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

Re: No grouping in report with XML data

Post 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
Thorsten Pontow

It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: No grouping in report with XML data

Post by HighAley »

Hello.

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

Thank you.
Post Reply