Hello Team,
I'm trying to calculate the date in which an item needs to be addressed (actioned) depending on the status of this item (Assigned/ On Hold) and the number of days you have to do that (per rule), so as not to have it as out of SLA (Service Level Agreement). The tricky part is that if the item is "Assigned" you have 1 day to action that item (24 Hrs) this is given by the "Assigned Date" column, on the other hand if the item is "On Hold" the date is given by the "Due Date" column. I used to do this using the Excel function "=WORKDAY(start_date,days, holidays)" where working days exclude weekends and any dates identified as holidays, but in Alteryx I cannot find any function like that. The field days ("1" in the example below) tells me I have 1 day to action that item.
I've seen the other topics regarding Calculate Business Days but is not what I'm looking for since the results is a number instead of a date.
Your assistance is highly appreciated Alteryx Community.
Thank you in Advanced,