Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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 🙂