Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created the input box and reload button in my dashboard, so that end user put the file name in the input box and reload manually when they want.
Its working fine in my development environment but not in access point.
Kindly guide me how can I achieve this.
Reload trigger does not work on Access point.
Hi,
From Qlikview help file
Reload | Performs a reload on the current document. This function does not work in AJAX client. |
Try reloading using IE plugin instead of Ajax client.
Regards,
Jagan.
Nitin I know reload trigger not working on access point and i can achieve this via macro codding but i dont know how to do this i mean i cant write a macro if you know please share it.
I don't think even it will work in IE plug in.
Yes macros do not work on IE plugin.
If you want to give user flexibility to reload a document, then I think this way can help you out.
Create a batch file to reload your document.
No in Button properties>Triggers> Add Action, open external program, there define this batch file to be executed.
In this way you can reload the document by user.
Regards
Nitin
You can perform the same using batch processing and macros.
Vikas
Sorry Nitin i didn't get your point. Create a batch file to reload
Can you elaborate some on it Please
PFA a example of the batch file.
You can execute this batch file using a trigger....
Regards
Nitin
Hi Vikas,
Can you share any app in which Macros for that exist