Page 1 of 1

Group Header Band - Sort by original sequence

Posted: Thu Aug 03, 2017 4:38 pm
by sbd_jeff
Hi Stimulsoft,
I've been tasked with fixing an issue with sorting that has me perplexed.
I have an xml data source (attached) and a report (also attached) that has two GroupHeaderBands.

The behavior we are getting is that even though Sort Direction is set to "None", the data is not displayed in original sequence order.
On the report I get:
WeighStation
Prolock
ProStock
ToolBox

In XML, the sequence is:
Prostock
ToolBox
WeighStation
ProLock

Is there a way to set the sort for GroupHeaderBand1 so that it is displayed based on the sequence within the XML datasource?

Thanks!

Re: Group Header Band - Sort by original sequence

Posted: Fri Aug 04, 2017 1:55 pm
by Alex K.
Hello,

In this case, you can try to use the master-detail construction instead of a grouping, where "machine" is a master without any additional sorting.

Thank you.