Hello,
How can I filter a report to just show only the last 3 FULL WEEK (not the current week)( SUNDAY - SATURDAY) records?
I am using the formula
datefield >= dateadd("WW", -3, today) but this includes the data from the current week too because I have startdate = today
How can I change the startdate = start from last Saturday.
Please assist. Thank you so much
How can I filter a report to just show only the last 3 FULL WEEK (not the current week)( SUNDAY - SATURDAY) records?
I am using the formula
datefield >= dateadd("WW", -3, today) but this includes the data from the current week too because I have startdate = today
How can I change the startdate = start from last Saturday.
Please assist. Thank you so much