Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 🙂