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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
elopez7811
Contributor II
Contributor II

automatic model

help with an initial charge model qvw starts automatically every morning after six in the morning

Labels (1)
1 Reply
Anil_Babu_Samineni
MVP
MVP

Did you mean this?

If Time(ReloadTime(), 'hh:mm TT') >= Time(makeTime(6), 'hh:mm TT') Then

                          $(Must_Include=lib://Folder\abc.txt);

Else

                          $(Must_Include=lib://Folder\abc1.txt);

EndIf;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful