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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

1 Reply
Anil_Babu_Samineni

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