Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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 🙂