Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload by Button action from accesspoint using Macro

Hi,

can anybody help me with working Macro to reload Application using Button in Access point

i want to allow user to reload from access point when Required ...

Thanks,

John D

5 Replies
mayankraoka
Specialist
Specialist

Hi John,

You can try this but it is not by using macro:

put this command in a .bat file

"C:\Program Files\QlikView\qv.exe" /r "<document path>\.qvw"

create a button and add an action

external -> open url -> paste the path of the .bat file.

On button click, reload should happen.

Regards,

Mayank

Anonymous
Not applicable
Author

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Hey Mayank...

That will not work on accesspoint...

Clever_Anjos
Employee
Employee

John, it´s not a good idea.

You should use a schedule to reload your application (every 15 minutes for example)

Even though you can do this using a macro, what you expect if 2 or more users click in a "Reload button" at same time?

Not applicable
Author

Hi Clever,

thanks for your Suggestion.

i am planning to give reload option to only one user,by conditional hide or show Button .

So Iam looking for Working Macro to achieve this.

i tried Macros posted by users in Community But in my case its throwing Errors.

Thanks,

John.D