Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jensatonce
Partner - Contributor II
Partner - Contributor II

Qlikview ajax right click Disable (V12)

Qlikview 11 my right click menu was hide.

Now on QlikView 12 my toolbar is hide but right click i see a menu.
I want to hide this menu.

screenshot.PNG

 

Labels (2)
1 Reply
Brett_Bleess
Former Employee
Former Employee

I found the following information, but please note doing this will result in the opendoc page being unsupported etc., any issues encountered post changes would need to be retested using the default page to be sure you can still replicate the issue before submitting a new support case etc.  Just wanted to point this out to be very clear of the caveats of changing things as per below.

Please note: 

  • This is unsupported
  • Upgrades will most likely overwrite changes made
  • Change will affect all documents accessed through Ajax


Instructions:

  • Open the opendoc.htm file for editing (default location: C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\)
  • Add this javascript in the <script type="text/javascript"> block of javascript at the bottom of the page:

Qva.HideContextMenu = function(a) {

};

Qva.DefaultOnCreateContextMenu = function (i, a, j, d, g) {   

};

Qva.OnCreateContextDropDown = function (i, a, k, d, g) {

};

Qva.ShowContextDialog = function(c, g, i) {

};

 
This will disable all of the QlikView right click boxes.

Did not test this myself, so not sure if it will do the trick or not, but I wanted to pass it along in case you wanted to try it.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.