Page 1 of 1

Applying sorting and filtering on a databand

Posted: Wed Aug 29, 2018 4:06 am
by Sreejith
hello

I have a report with a databand that has a filter and sort applied on it. The filter uses the 'Line' parameter to only extract 5 records out of the total set and the sorting is done on a column(eg: Revenue)

The requirement is that I want the entire data to be sorted before the filter is applied, however, in the report it is applying the filter first, extracting 5 records and then only sorting those 5 records.

Is there a way I can first sort the entire dataset and then filter it to extract the first 5 records?

We use Stimulsoft Silverlight designer.

Thank you
Sree

Re: Applying sorting and filtering on a databand

Posted: Thu Aug 30, 2018 6:52 pm
by Lech Kulikowski
Hello,

Unfortunately, there are no any options for this task. You can change that behavior in the source code of SL.

Thank you.