Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Execute hidden script only?

Hi,

I'd like to execute a hidden script to realize section access and therefore restrict the user's access to certain functions, only. But is there a way to execute the hidden script, only? I mean, without the need to load the whole data again?

Thank you.

1 Solution

Accepted Solutions
Not applicable
Author

Hello,

try to use an ADD LOAD (see the helpfile index). It works in conjunction with PARTIAL RELOAD (QV Main Menue > File > Partial Reload.

Rainer

View solution in original post

3 Replies
Not applicable
Author

Hello,

try to use an ADD LOAD (see the helpfile index). It works in conjunction with PARTIAL RELOAD (QV Main Menue > File > Partial Reload.

Rainer

Not applicable
Author

Holy... of course! Thank you for pushing me into the right direction!

Not applicable
Author

You can also user IsPartialReload() function in your script to avoid changing all the existing script with Add or replace keywords.

Rgds