Multilevel Sort

Stimulsoft Reports.NET discussion
Post Reply
satisht
Posts: 150
Joined: Mon Apr 09, 2007 12:28 am
Location: Pune

Multilevel Sort

Post by satisht »

Is possible to provide multilevel sort with StimulReport and how?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Multilevel Sort

Post by Edward »

Please Double click on the DataBand and select the DataSource for the DataBand. Then select the Sort tab and add there so many fields as you need for sorting.

Thank you.
satisht
Posts: 150
Joined: Mon Apr 09, 2007 12:28 am
Location: Pune

Multilevel Sort

Post by satisht »

Thank You, I can add more fields for sort , but I want multiple level sort(then by sort), sort the records by multiple fields at the same time?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Multilevel Sort

Post by Edward »

When you add more than one row on the Sort page of the DataBand designer, this means the same as you write in sql:

order by Field1,Field2

What did you mean with the words multiple level sorting?

Thank you.

Post Reply