Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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:
Instructions:
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) {
};
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