Hi,
I have two date fields..
MAX_DATE and Action_Date.
I want to identify records in my dataset where MAX DATE is greater then action date by 90 days.
I was planning on a doing a formula then filtering for this.
allowance = If [MAX_DATE] > [c_Action_Date] then "90 day allowance" else '' endif
then a filter tool to filter for "90 day allowance" field.
Can anyone help with the 90 day part?