Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
How do I change the default value of "Change Module Security" in the plugin to document's module security value?
In the qlikview developer, using CRTL-SHIFT-M, I checked "Give System Access to Module Script" but when i opened the document from the plugin, the value changed to "Limit Module Script to Safe Mode".
Any idea how to change the default value? thanks in advance
jason
I haven't seen this myself, but try enabling Allow Unsafe Macro Execution in your Server Settings.
Regards,
thanks for the quik reply. tried this already but no changes, still the same value.
jason
Stefan Walter has an idea here: http://www.qlikblog.at/523/qliktip-19-suppressing-macrosecurity-module-security-dialog-qlikviewserve...
I have not tried it, but you might be interested in it.
1. Make a copy of the following file:
C:\Users\*Username\AppData\Roaming\QlikTech\QlikView\Settings.ini
* Username ist your login
2. Open the same file and delete everything in it. Now save the empty file with the name settings.ini
3. Open your QlikView Program (Now you will be asked for security level of your macros again).
If you want to save the choosen security level without being asked it again do this:
4. Close Browser
5. Open the settings.ini
6. Insert this code under [Settings 7]: OverrideModuleSecurity=1
7. Save the file.
Regards, Martin
This works! Thanks DJ!