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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
septo888
Partner - Contributor
Partner - Contributor

Reload from QMC with a /NoSecurity parameter equivalent ?

Hello!

In my application I use an event trigger « OnReload » to execute a macro (This macro export a report in PDF file)

Everything is ok if i do a manual reload with the desktop version. But if i do the reload with QMC the report is not created...

To check what's wrong i did the reload with a command line :

This code doesn't work:

"C:\Program Files\QlikView\Qv.exe" /r "\\sr8v-qlikview\qlikview\05_QVW_DEV\Test Macro.qvw"

This code works fine:

"C:\Program Files\QlikView\Qv.exe" /NoSecurity /r "\\sr8v-qlikview\qlikview\05_QVW_DEV\Test Macro.qvw"

So i guess i have to use a /NoSecurity parameter equivalent in the QMC...

Is it possible ?

Thanks

Labels (1)
0 Replies