Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
Try using EDX.
Refer the below url.
EDX in QlikView: What are, what for and how it does ? | QlikView Help, Tips & Hints
Regards.
Siva
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?
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
you mean that i should get the variable out of qlikview environment?
thanks for your link
i'll check it
i saw this link before but i forgot it
Find Buch of batch file and macros along with how use it document.
Hope this help you
Vikas