Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extract Day

Hi,

I have to extract 5 day from formula Networkdays(Monthstart(Today()),Monthend(Today())).

Regards,

Piyush jain

6 Replies
Clever_Anjos
Employee
Employee

Maybe I´m missing something, but

Networkdays(Monthstart(Today()),Monthend(Today())) - 5 don´t do what you want?

Not applicable
Author

Hi Clever,

I just want date of 5th day extracted from above formula.

Regards

Piyush Jain

Clever_Anjos
Employee
Employee

Well, Networkdays calculate how many workdays you have between 2 dates.

If you want 5th workday after a day, you should use

=LastWorkDate(Today(),5)

Not applicable
Author

Hi,

But it will give without excluding saturday sunaday and holiday.

regards,

Piyush jain

Jason_Michaelides
Luminary Alumni
Luminary Alumni

Today() + Networkdays(Monthstart(Today()),Monthend(Today()))

That work?

tresesco
MVP
MVP

Lastworkdate() excludes Sat/Sun days, if you have holiday list you can include those as well as third parameter: