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: 
brindlogcool
Creator III
Creator III

Accesspoint Reload

Hi,

  Is it possible to reload from Accesspoint in the version 11 without EDX?

I have checked the Qv 11 client has an Action Reload . But would like to know how does the Action Reload works in the background. it is going to trigger the Relaoad task at the Publisher or some other way. Is there any document on this ....

5 Replies
brindlogcool
Creator III
Creator III
Author

Any Idea on this?

fosuzuki
Partner - Specialist III
Partner - Specialist III

Hi,

As far as I know, the Reload action will only work in QV Desktop. It doesn't work in the Server environment.

If you want to trigger the reload of a QVW from another QVW with the click of a button, it must be done via macro with EDX.

brindlogcool
Creator III
Creator III
Author

Thanks for your response. I could find any details in the Documentation. Since already there is a function Document.Reload() what is added advantage of this Action.

fosuzuki
Partner - Specialist III
Partner - Specialist III

I suppose that both Reload action and Document.Reload() macro function do the same thing. And they only work in QV Desktop.

As you may have already heard, QlikTech recommends not to use macros since they may slow down the app performance. They say that instead of macros, you should use Actions. I'd guess that actions were created so that developers could minimize the usage of macros. The advantage is that the Actions are built-in functionalities well supported by QT.

So, if there is an Action available for what you need, use it. Else, use macro.

Regards,

Fernando

brindlogcool
Creator III
Creator III
Author

Thanks For your response