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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

refresh weekday

My QV from yesterday still showing

weekDay(Today())  = Mon

But if I open a new QV today it does show the correxct

weekDay(Today()) = Tue


How cab I refresh the QV of yesterday without closing and reopening it?

Thanks

Raphael

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this

WeekDay(Today(1))  = Mon

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Try this

WeekDay(Today(1))  = Mon

sunny_talwar
MVP
MVP

Anonymous
Not applicable
Author

Many thanks