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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export Excel

How to desable the option to export to excel, run-time for a particular user?

6 Replies
Anonymous
Not applicable
Author

I'd simply give this particular user a copy of application where export is not allowed.

Not applicable
Author

I need line comand with macro to desable options ?

Anonymous
Not applicable
Author

I don't think you can change this option by a macro. That's way I suggest a separate application for this user.

disqr_rm
Partner - Specialist III
Partner - Specialist III

How about diabling the context menu completely for a user?

Macro:

set docprop = ActiveDocument.GetProperties
docprop.DisablePopupMenus = true
ActiveDocument.SetProperties docprop

Not applicable
Author

valeu....

Not applicable
Author

Using Section Access