Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
DeepthiKotekal
Contributor II
Contributor II

How to Hide "Available Selections" options on Filters in Qlik Sense Mobile SaaS

Hi There,

Have developed an App on Mobile SaaS and facing the issues like user can see all the fields including the primary keys used to join the tables. I would like to know if there are any alternate options like hiding the "available selections" option or making them to zero so that user will not see any other fields under this.

Also, we are testing this App under iOS17, and user feels it is not compatible for the landscape mode. 

Requesting me to provide possible solutions.

Thank you.

3 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

Hi would suggest you to use Theme & add the CSS to hide the selection tool so it will not be a problem.

Another way would be by using multi kip to add the CSS only for that sheet.

its an option that you can consider.

if you need the CSS I can provide you for the same.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

DeepthiKotekal
Contributor II
Contributor II
Author

Hi @ajaykakkar93 ,

Thank you so much for your response. Can you please provide the CSS to check if it works.

 

ajaykakkar93
Specialist III
Specialist III

Hi,
Add this in theme it will work fine 

li.lui-list__item[tid="513asd"],
.qv-global-search-input.qv-search-input,
div#globalSearch {
    display: none !important;
}

 

ajaykakkar93_0-1701064555659.png

 

 

ajaykakkar93_1-1701064567115.png

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting