Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
K8859
Contributor II
Contributor II

How to hide the field selector button at the right side of the tool bar

How to hide the field selector button at the right side of the tool bar. How to hide that. I am using qlick sense august 2023 version. (patch 8-14.139.15)

Labels (1)
1 Solution

Accepted Solutions
PhanThanhSon
Creator II
Creator II

Hello,

To remove the selection bar within a Qlik sheet, please follow these steps:

  1. Open the inspect window in your browser.
  2. Search for the class name highlighted below:

PhanThanhSon_3-1708639511669.png

 

This will allow you to identify the element in the code that controls the selection bar, enabling you to make the necessary adjustments for removal.In this case the css object id is something like css-1wxaqej, however, I'm not a web developer, so I'm not accustomed to working in the DevTools. Nonetheless, with the assistance of the Multi KPIS, I managed to implement the following code and the toolbar disappears. It vanishes a bit more than expected, but I believe with a proficient JavaScript developer on your team, you'll quickly identify the correct object.

PhanThanhSon_4-1708639915008.png

You can hide the object in a corner.

 

Best regards Son

 

View solution in original post

3 Replies
PhanThanhSon
Creator II
Creator II

Hi,

do you mean this:

PhanThanhSon_0-1708636833435.png

You can turn it in the chart menu -> general -> turn this button off.

 

Best regards Son

K8859
Contributor II
Contributor II
Author

IMG_9767.jpg

Hi, i need to hide this toolbar.

PhanThanhSon
Creator II
Creator II

Hello,

To remove the selection bar within a Qlik sheet, please follow these steps:

  1. Open the inspect window in your browser.
  2. Search for the class name highlighted below:

PhanThanhSon_3-1708639511669.png

 

This will allow you to identify the element in the code that controls the selection bar, enabling you to make the necessary adjustments for removal.In this case the css object id is something like css-1wxaqej, however, I'm not a web developer, so I'm not accustomed to working in the DevTools. Nonetheless, with the assistance of the Multi KPIS, I managed to implement the following code and the toolbar disappears. It vanishes a bit more than expected, but I believe with a proficient JavaScript developer on your team, you'll quickly identify the correct object.

PhanThanhSon_4-1708639915008.png

You can hide the object in a corner.

 

Best regards Son