How to calculate 15th business day of every month excluding holidays and weekends?
Discussion posts and replies are publicly visible
Last property :A list of holidays may be given by enclosing them in braces, such as {date(2004,12,25),date(2004,12,31)}.*/
workday( date(year(ri!date), month(ri!date), 1),15)
can we put holidays dynamically like it should directly fetch holiday dates form calender?
Are you provided with the holidays Dates?
https://community.appian.com/discussions/f/rules/2612/hi-everyone-is-there-a-way-to-get-the-list-of-all-holidays-non-working-days-whi
Hi ashwinii0001 ,use networkdays function, you can provide holidays there and start date and end date and holidays