Good Evening,
I have a parameter that allows users to show either "All" records or records for the "Last7Days" meaning Last7Days including today.
I am using the following formula and it seems to be pulling the correct data. Could someone please do a sanity check and tell me if my formula looks correct?
{TABLE_EXTACTCASE.CREATION_TIME} in CurrentDate + 1 to dateadd("d",-7,CurrentDate)
Any help is greatly appreciated!
Best Regards,
Carla Abbott
I have a parameter that allows users to show either "All" records or records for the "Last7Days" meaning Last7Days including today.
I am using the following formula and it seems to be pulling the correct data. Could someone please do a sanity check and tell me if my formula looks correct?
{TABLE_EXTACTCASE.CREATION_TIME} in CurrentDate + 1 to dateadd("d",-7,CurrentDate)
Any help is greatly appreciated!
Best Regards,
Carla Abbott