Skip to main content
Solved

How do you put a date filter in report designer?

  • 13 June 2024
  • 1 reply
  • 35 views

I want to add a filter to the report in the report designer. The filter is based on the LastModifiedDate of the AMMTran object. So far, I have tried

=DateAdd(Today(),'d',-1) and Today(), but both these filters are not fetching the data correctly

How do I get the date filter to work?

Thank You.

1 reply

Userlevel 7
Badge +5

Hi @abhijit 

Please add '=' before DateAdd

 

Best Regards,

NNT

Reply