Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Execute reload action on QlikView Server

Hi,

I want to execute a button with action reload or execute macro below:

Sub ReloadOnOpen

    ActiveDocument.Reload

End Sub

the macro executes only on QlikView desktop but if you upload the document to QlikView server it will never execute.

Any Suggestion ?

1 Solution

Accepted Solutions
oknotsen
Master III
Master III

Those buttons will never trigger a reload on the server. And that is a good thing; imagine if multiple end-users would press the button trying to trigger multiple reloads at the same time.

Solution:

Go into the QMC and manually start the reload process instead.

May you live in interesting times!

View solution in original post

3 Replies
oknotsen
Master III
Master III

Those buttons will never trigger a reload on the server. And that is a good thing; imagine if multiple end-users would press the button trying to trigger multiple reloads at the same time.

Solution:

Go into the QMC and manually start the reload process instead.

May you live in interesting times!
Not applicable
Author

‌I have multiple databases, when user select database name from listbox, qlikview should change all sql quires related to selected database for this reason I have to reload the data again.

any helpful suggestion ?

Thanks for replying

oknotsen
Master III
Master III

I see 2 options:

1) Make multiple applications if they are unrelated data

2) Load all the data from the different databases into 1 application if they are related data

May you live in interesting times!