I have 2 groups on the report
Date, ID
I want to suppress all except the minimum value for the record
If {tblCallTrak.LCTime} > Minimum({tblCallTrak.LCTime}) Then True
This supresses all the records except the minimum, how to I apply this criteria to the records in each group??
Date, ID
I want to suppress all except the minimum value for the record
If {tblCallTrak.LCTime} > Minimum({tblCallTrak.LCTime}) Then True
This supresses all the records except the minimum, how to I apply this criteria to the records in each group??