This is a migrated thread and some comments may be shown as answers.

Graph issue with Filtering and Sorting

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 11 Sep 2013, 05:55 PM
Hello Guys,
   Take a look at the screenshot. In the top picture, I applied a filter Top N=5, which returns the result set you see in screen.
   When I remove this filter, the Top N=5 is different.

   I found that if I remove the sorting, the Top N=5 matches the one that is displayed in the top image.  This means that the Filtering is applied over an unorder collection of results.

   Is this a known issue? or do you know what I might be doing wrong?

Thanks!!

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 16 Sep 2013, 02:25 PM
Hello Michael,

In order to take the top 5 series ordered by Sum(Fields.Visits) DESC you need to use the same expression in your filter, e.g. Sum(Fields.Visits) - Top N - =5.

Let us know if you have any further questions.

Regards,
Stef
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or