I have a report which is based on a query. Need to hide some rows based on a criteria.
For eg: the query returns
fld1 fld2 fld3
ABC 3/1/2005 text1
ABC 10/3/2006 text2
DFG 10/10/2005 text3
EDF 3/4/2006 text4
When fld1 has the same value I want to display the latest record( fld2 determines which one is latest) for eg
the report should look like
ABC 10/3/2006 text2
DFG 10/10/2005 text3
EDF 3/4/2006 text4
is there any way to avoid displaying old records ?
thanks,
sangathy
For eg: the query returns
fld1 fld2 fld3
ABC 3/1/2005 text1
ABC 10/3/2006 text2
DFG 10/10/2005 text3
EDF 3/4/2006 text4
When fld1 has the same value I want to display the latest record( fld2 determines which one is latest) for eg
the report should look like
ABC 10/3/2006 text2
DFG 10/10/2005 text3
EDF 3/4/2006 text4
is there any way to avoid displaying old records ?
thanks,
sangathy