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: 
omid5ive
Creator II
Creator II

Reload from web access

hi

i designed some dashboard for my client that they should used it from web access.

for use this document user must set some values on dashboard and then reload document.

i set some variables in my query that user should fill them and when they press the reload button the query will run with this value.

i know that the normal button and macro don't work in web mode

how should i solve this problem?

i used EDX extension but i cant solve it

can any one help me?

7 Replies
Not applicable

Hi,

Reload (and some other actions) are not allowed in a server environment. But you can work this around creating a BAT file that triggers the reload using the /r parameter to the command line:


"C:\Program Files\QlikView\qv.exe" /r "D:\Data\QlikView\Files\Document.qvw"  and give users permissions to run this BAT file.

Note that all users in the local group QlikView Administrators have access to the console (and not necessarily a license) so they can run a reload upon request.

by Miguel Angel Baeyens

Siva_Sankar
Master II
Master II

omid5ive
Creator II
Creator II
Author

thank you Miguel. but what should i do with variable

my dashboard need to get some value from user for reload

how can i set this variable?

Not applicable

You need to right a Macro to save the user Input variable value in text file and read the value from that file...

Thanks,

Selva

omid5ive
Creator II
Creator II
Author

you mean that i should get the variable out of qlikview environment?

omid5ive
Creator II
Creator II
Author

thanks for your link

i'll check it

i saw this link before but i forgot it

vikasmahajan

Find Buch of  batch file and macros along with how use it document.

Hope this help you

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.