Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable Reload Times in QVS

I have a customer that would like an app refreshed every Monday at 11:am, but then everyday at 5am.  This is to refresh the app just before a meeting gets started on Monday, but then during non-business hours the rest of the week.  I've looked around and done some research and can't see how to do this.  Does anyone have any ideas?

1 Solution

Accepted Solutions
Not applicable
Author

you can use QV Publisher (set up 2 triggers, 1 for each scheduled time).  if you don't have publisher, you can use windows task scheduler to run a batch file that kicks off the reload at 2 different times.  example command line code is: (this is detailed in the qlikview reference manual)

c:\program files\qlikview\qve.exe /r d:\qvapps\salesapp.qvw

View solution in original post

3 Replies
Not applicable
Author

you can use QV Publisher (set up 2 triggers, 1 for each scheduled time).  if you don't have publisher, you can use windows task scheduler to run a batch file that kicks off the reload at 2 different times.  example command line code is: (this is detailed in the qlikview reference manual)

c:\program files\qlikview\qve.exe /r d:\qvapps\salesapp.qvw

StefanBackstrand
Partner - Specialist
Partner - Specialist

Tammy is correct; this is not possible out of the box in QlikView Server without an active Publisher license.

Not applicable
Author

Thanks.  This is what I was looking for.