Hi,
I'm using the DateTimeDiff function. This is working fine "DateTimeDiff([Current Date], [Initial Date], "days")...
But what I really want is:
1) current date - 1 …. i.e. I really want "yesterday"
2) I really want "business days"...i.e. not counting Saturday, Sunday, or Holidays - example 7/4.
I was hoping the above would work, but I haven't been able to get it working. Using 6/26/19 as initial date and 7/23/19 as current date, I know it is 18 business days (4th of July holiday).
Any ideas?
Thanks!