Hi ,
How to show the first 3 record.I have one data item & one measure.Measure column is sort in asc.I want to show only 1st three minimum value.
Data Item Measure
------------- ---------------
A 10
B 10.5
C 11.7
D 13
E 14.8
F 15
........
........
I want only A,B,C data.
So will i do,Please guide me.
Thanks in Advance.
Hi,
I also use Rank and filter it .Rank(measure)<3.
But it returns only one records.
Please Help me out.
Try setting the applicaton property of the filter to "After Auto Aggregation"
Thanks a lot Lynn..