J
Jay
I have a field called Turnaround(Days) and I want a calculated field
within a totals query to show me the minimum value from this field,
unless that happens to be zero & then I want "Same day" displayed. I
have the following expression:
Shortest Time Taken: Min(IIf([Turnaround(Days)]=0,"Same
Day",Min([Turnaround(Days)])))
(With 'Expression' in the 'Totals' row)
However it doesn't work? Could anyone advise me where I'm going wrong?
Many Thanks
Jason
within a totals query to show me the minimum value from this field,
unless that happens to be zero & then I want "Same day" displayed. I
have the following expression:
Shortest Time Taken: Min(IIf([Turnaround(Days)]=0,"Same
Day",Min([Turnaround(Days)])))
(With 'Expression' in the 'Totals' row)
However it doesn't work? Could anyone advise me where I'm going wrong?
Many Thanks
Jason