How to Remove/Hide a Full-Screen Button from the Widget
After the script is saved, the button won't be available for users with 'View' access.
Note: the script was developed on the L2023.3 Sisense version.
Feel free to use it as an example to implement your own solutions!
Disclaimer: Please note, that this blog post contains one possible custom workaround solution for users with similar use cases. We cannot guarantee that the custom code solution described in this post will work in every scenario or with every Sisense software version. As such, we strongly advise users to test solutions in their own environment prior to deploying them to ensure that the solutions proffered function as desired in their environment. For the avoidance of doubt, the content of this blog post is provided to you “as-is” and without warranty of any kind, express, implied or otherwise, including without limitation any warranty of security and or fitness for a particular purpose. The workaround solution described in this post incorporates custom coding which is outside the Sisense product development environment and is therefore not covered by not covered by Sisense warranty and support services.
Ilya Kvashenko
Admin3 years agoHello!
Please find this dashboard script useful in this case:
gayatrishahane
·3 years agoHow to hide it for the entire dashboard(all widgets) all at once?
Liliia Kislitsyna
AdminOP3 years agoHi,
Please check if the script is applied to the Tabber widget itself or to the specific widget you used in the Tabber code. I assume that each of these widgets could have their own full-screen button.
For example, for the Tabber widget the code I used (with 'Show title in view mode' toggle on') is on the screenshot below:
And the same script could be applied to the widgets you set under widget.tabs in the Tabber code (take the id of the widget and open it in Edit Mode to add the script):
Hope it helps to achieve your goal!
antoniooce7
·3 years agoHow can I hide a full-screen button from a Tabber widget? This option does not work in a Tabber widget.