Hi al,
I am having a issue to apply a filter,
Product line product type start date
CE CGears Aug 02 2012
Tents Sep 21 2012
Tools Oct 23 2012
GE AB Sep 21 2012
BC Aug 22 2012
CE CGears Aug 02 2011
Tents oct 13 2011
Tools Sep 28 2011
Here i need to avoid the tools whose start date is les than the tents.
Guys can you help on this ho w to write a filter in report studio.
Thanks ,
TGS
You can define a dataitem [CE]='CE' and second dataitem [Tents]='Tents'.
Then [MAXDATEFORTENTS]=maximum([start date] for [CE],[Tents])
And finally the filter : [start date] <= [MAXDATEFORTENTS]