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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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 🙂