Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I wonder if there is a way to hide/block/disable from objects the "Take a snapshot" and "Maximize" buttons/properties.
There are many frecuently used objects that they have NO NEED to be maximized, such as buttons, drop down menus, text objects, etc.
Thanks for any help or idea!
Ariel
I would recommend the Selection Bar from Climber as it allows you to hide the maximize and snapshot buttons. The default Qlik Navigation button also hides these properties.
Thanks for the answer. But my request is more general: It would be nice to disable Maximize/snapshot options on ANY object, so it doesn't appear when mouse over it.
Hi @arieidel Did you get any solution for this?
Using Jquery,
To hide snapshot and maximize for all charts:
$('[class="qv-object-nav ng-isolate-scope inline"]').css('display','none');
For specific charts:
$('[class="qv-object-nav ng-isolate-scope inline"]').eq(Chart element number)css('display','none')
You can't go out of the box and they are belongs to Qlik servers. I would rather think this in Widget?
@arieidel If you think this will be good feature to add in Qlik, you can give your suggestion in form of "Idea".
Visit this link to submit your idea.
https://community.qlik.com/t5/Ideas/idb-p/qlik-ideas
this feature is already available in Sept 2020 version
Hi,
As @PriyankaShivhare said with September version you can disable the hover menu under "General" settings.
Stay safe and take care.
Regards
Andrea