Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
I currently use the following to value a date field in a set analysis expression:
[Planned To Date]= {">$(=Date(Today()))"}
I would like to add a further day to the {">$(=Date(Today()))"} bit ie to check if the planned to date is >= todays date +1 day.
Also how would I determine the number of working days from today date and the planned to date. ie if the planned to date was the 7/3/2019 and todays date was 11/3/2019 it would be two working days (Thursday and Friday)
Thanks
Del
Thanks.
i have tried
count( distinct(if(NetWorkDays([Planned To Date],today(),ListOfHolydays)>1)[Collection Number]) )
To determine the number of distinct collection numbers that have more than 1 working day between the planned to date and today date, but it does not seem to work.
Any thoughts
Thanks, it seems to be giving me an error, does the >1 need to be in quotes