Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Working days calculation

Avatar

Former Community Member
I have the following calculation on my form but I can't figure out how to make the 5 days working days instead of calendar days??? Does anyone know? Thanks for your help!



if (Date6.formattedValue ne null) then

Num2Date(Date2Num(Date6.formattedValue, "MM/DD/YYYY") + 5, "MM/DD/YYYY")

else

null

endif
0 Replies