Show only the first 10 rows with a filter
Posted: Thu May 19, 2011 3:05 pm
I have an input table like this (with about 100 rows of input data for instance)
NAME AMOUNT
tom 100
sue 200
jay 150
etc.
I would like to show a list of the first 5 names and amounts when the AMOUNT is > 100 (I want to place the filter and sort in the databand). The AMOUNT > 100 is easy in the filter ... but when I add Line 100 that occur withing the first 5 rows of input data.
I know I can create a "Data from other Data Source" and add the Line < 5 to that .... but that seems harder than it should be.
Is there a simple way to only display 5 rows of data in the DataBand (when the DataBand has other filter data)?
Thanks
NAME AMOUNT
tom 100
sue 200
jay 150
etc.
I would like to show a list of the first 5 names and amounts when the AMOUNT is > 100 (I want to place the filter and sort in the databand). The AMOUNT > 100 is easy in the filter ... but when I add Line 100 that occur withing the first 5 rows of input data.
I know I can create a "Data from other Data Source" and add the Line < 5 to that .... but that seems harder than it should be.
Is there a simple way to only display 5 rows of data in the DataBand (when the DataBand has other filter data)?
Thanks