Hello All,
I need a formula to derive previous business date from current date. Can anyone assist.
Example -
Input
Today's date - 08/21/2023
Output -
Previous business date - 08/18/2023
This post has several different ways to solve your problem: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Business-Day-formula/td-p/484513
This should get you what you need,
FYI, if you're input comes in as a static string then you can use,
DateTimeParse([Input_Field], '%m/%d/%Y')
To first convert it to a date. See attached
Hello Prometheus,
Thanks for the reply, But I don't need business dates with in a date range it would be always current date minus one day which should be business date.
@Saravanan13 this article can also help https://community.alteryx.com/t5/Engine-Works/Creating-a-List-of-Working-Days/ba-p/1404939