Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Context Menu

Hi

How can I disable the context menu (bookmarks, notes, reports, etc) that appears in qlikview server environment? It's not supposed the users can see this...

Thanks in advance.

Best regards,

TMF

7 Replies
Not applicable
Author

There's no way, guys?...

TMF

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You have some control over what appears in the context menu via QMC settings. New Sheet Object can be suppressed by disallowing server objects either globally or by userid. Print and Export can be controlled on a per document or user basis in the QMC settings.

If you want to make the context menu disappear completely, I think you can do so by coding up a document extension. I don't see one on the forum, but I'll bet someone has created one.

-Rob

Not applicable
Author

Thanks Rob!

If anybody knows how to get an extension like this, please share...

TMF

Not applicable
Author

Hi Rob.

In desktop we can edit some settings (in about, right bottom in the logo).

Do you know if we can do this in server (settings.ini or regedit)?

I know some times can be a problem (edit this), but maybe can solve the menu problem.

Alessandro Furtado

dot.png

Bjarni_Fridjonsson

in c# you can do this


and in this case its the OCX and it's name is  axQlikMainApp

private void axQlikMainApp_OnContextMenu(object sender, AxQlikOCXLib._DQlikOCXEvents_OnContextMenuEvent e)

        {

            e.okToContinue = 0;

        }

Not applicable
Author


Hi Bjarni Fridjonsson

Can you please guide me in the right direction for the below senario.

i want to add an email option for  menu item for the all sheet objects when right click on object  how can i achive it and please provide me the file path where i have to modify the code.

thanks in advance.

ashfaq_haseeb
Champion III
Champion III

Hi,

Use the attached extension.

Regards

ASHFAQ