Page 1 of 1
Multilevel Sort
Posted: Mon Apr 09, 2007 12:32 am
by satisht
Is possible to provide multilevel sort with StimulReport and how?
Multilevel Sort
Posted: Mon Apr 09, 2007 1:42 am
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.
Multilevel Sort
Posted: Mon Apr 09, 2007 3:53 am
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?
Multilevel Sort
Posted: Mon Apr 09, 2007 4:05 am
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.