Hey Guru out there. I will be happy if some one can help me with this problem.
Issue:
I am trying to return values for a set of numbers but dont want to apply filter (Happy to use Defined fileter ) within the report as the value will continue to change depending on the time of the day. For example
Scenario1
6
7
8
9
10
I only want to resturn the values for between 6 and 8 but exclude 9 and 10
Scenario2
6
7
8
9
10
11
12
I only want to resturn the values for between 6 and 8 but exclude 11 and 12
Basically don’t return the last 2 values every time.
Thanjs
You can very much apply filter on calculated or derived objects, but since the above expression has max function the filter is greyed out (as aggregates are not allowed in filters)
You can however see the possiblity of using subqueries in query panel to exclude those values
I’m sorry that you can filter out only the maximum value at the data provider level, by including a calculation in your condition. I don’t find any other way to filter out second maximum at the data provider level.
This FAQ also talks about using sub queries, as Hyder suggested.