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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

refresh on a selective basis.

I have a potion in my QV which needs to be selectively refreshed, i.e, one load statement should work only on Saturdays..is it possible to do it?

1 Reply
Anonymous
Not applicable
Author

got the answer...

if weekday(today(1) = 'Wed' then

load * from [];

end if

tma2610 = tma55515