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

How to hide Qlik sense app expression at Qlik sense mashup?

I use a lot of expression in Qlik sense app. For example, there is expression for map color legend, there is expression for text background color.

I create a Qlik sense mashup based on Qlik sense app.

I notice the text background color expression will appear when I click on the text on mashup page.

How to ONLY hide the expression on mashup page? (If I use "display:none", it will hide all)

Any suggestion is appreciated!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Just find the specific tag on the Qlik mashup page, and use css: display:none;

Could use "ctrl + |" to identify the tag when debug the tag id or tag css class.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Just find the specific tag on the Qlik mashup page, and use css: display:none;

Could use "ctrl + |" to identify the tag when debug the tag id or tag css class.