Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Skylia
Contributor II
Contributor II

How can I add 30 workdays to a date field

Hello!

I need a code to add 30 workdays (+no include holiday) to date field.

 

Please!!

Thanks!!

2 Replies
Vegar
MVP
MVP

You could try to use lastworkdate()

Like this:

lastworkdate(date, 30)

Skylia
Contributor II
Contributor II
Author

Thanks 🙂