I am trying to create a report that will return # of records which meet the following criteria.
need to pull records that exceeds 360 days for post date and status ="active" and records exceeds 30 days for receive date. The post date has data type of "Date" and receive date has data type of "smalldatetime".
I have tried to create the formula below and it didn't seem to work. Can somebody please help me with this?
Currentdate - (items.post_date) < 360 and status ="active" and currentdate -(items.receive_date) < 30.
need to pull records that exceeds 360 days for post date and status ="active" and records exceeds 30 days for receive date. The post date has data type of "Date" and receive date has data type of "smalldatetime".
I have tried to create the formula below and it didn't seem to work. Can somebody please help me with this?
Currentdate - (items.post_date) < 360 and status ="active" and currentdate -(items.receive_date) < 30.