Hi,
I need help on the attached data. I want to select the previous date data and skip weekends. I have applied the below formula.
if DateTimeFormat(DateTimeToday(),"%A")="Tuesday"
then DateTimeAdd(DateTimeToday(),-4,"days")
else DateTimeAdd(DateTimeToday(),-1,"days")
endif
There is an issue. I have to filter Received Date and have to select all the dates except 10/10/2022 (Monday). I have used the above formula in the Formula Tool and after that I have to use the Filter tool to de-select 10/10/2022 and it should work if today is Tuesday then should skip today and pick date from yesterday. Also, want to select 10/10/2022 and Blanks from Completed date column. I am unable to find the solution for this. Please help.
Hi @ArijitRoy
Can you share the workflow and expected output? Why is your formula focused on Tuesday? Wouldn't you want to check if it's Monday and take the date 3 days ago?