I am trying to modify a date filter to default from Today:
Begin Filter
FieldName = "ViewTenders.Date"
FilterOp = reportfilteropBetween
FilterLoLim = ""
FilterHilim = ""
End Filter
(displays current date)
to Yesterday (a selection in the date picker dropdown):
Begin Filter
FieldName = "ViewTenders.Date"
FilterOp = reportfilteropBetween
FilterLoLim = ""
FilterHilim = ""
End Filter
However, this places the text Yesterday in the date field and the report will not run (type mismatch error). I know that the keyword for This Month is MonthStart, does anyone know what the keyword for Yesterday?
Thanks,
Ted Archer
CIO Fairvilla Megastore
↧