I'm trying to add 30 business days to a date field. The client I initially had only gave me a +30 days so I just used:FloatingDate = Num2Date(Date2Num($.formattedValue, "YYYY-MM-DD") + 30, "YYYY-MM-DD") however, they now need it in business days specifically. I've been looking into a possible soluti...