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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Fred12
Contributor III
Contributor III

how to exclude week end without use networkday

Hello, I want to have date from yesterday. 

 

For exemple, today I did in my script :

where date_creation = today()-1   

 

But yesterday, we were sunday, I would like to recover the date_creation of fryday then.

 

Thx in advance

 

Labels (3)
1 Reply
Or
MVP
MVP

=FirstWorkDate(Today()-1,1) should do the trick here, I believe.