Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are trying to embed a chart. We would like to allow selections and interaction with the chart. But the selections can happen only within the filters on the chart. We want to disable further selections using the "Selections" option. How to disable this item, while still allowing selections inside the chart?
I followed the solution proposed here. But i tweaked the css of the theme to use the css to select only the selections button
.qv-explore-selections-btn {
display:none !important;
}
Hi @Jothi ,
While it may not be possible to completely hide these buttons, you can reduce the information provided through them in the Qlik Data Load Script.
Disable/ Hide Selection Tools and Smart Search for... - Qlik Community - 1744633
How To Disable/ Hide Selection Tools and Smart Sea... - Qlik Community - 1717922
I followed the solution proposed here. But i tweaked the css of the theme to use the css to select only the selections button
.qv-explore-selections-btn {
display:none !important;
}
Do you have any css code to hide the selection menu on the top?
i want to hide the above bar from qlik sense dashboard.
Hi! Have you solved your problem?
Hi,
Have you find css code to hide the selection menu on the top?
Thank you