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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mario-sarkis
Creator II
Creator II

Text box appearance

‌hey all if i want disapear a text box when i select to a specific field how can i do it?

8 Replies
sunny_talwar

Use a layout condition like this

GetSelectedCount(FieldName) = 0

Kushal_Chawda

Go to text box properties -> Layout tab-> in conditional put below expression

= getselectedcount(Field)=0

Chanty4u
MVP
MVP

yes... u can do by using show/hide objects

and u can use variables.

chk the below link.

Re: Show/Hide Chart.

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Use "Show Condition" at the Layout tab of the object properties.

cheers,

Oleg Troyansky

Check out my new book QlikView Your Business

Ask me about Qlik Sense Expert Class!
HirisH_V7
Master
Master

Hi,

You can create a color expression for both text box - back ground and text to be same as back ground of sheet when you select a particular field,

like this,

text box hide when selecting a field.PNG

Hope this helps,

Hirish

HirisH
ThornOfCrowns
Specialist II
Specialist II

I would advise against this method and refer to the show/hide methods above instead as this might prove problematical on layering or moving other objects.

HirisH_V7
Master
Master

Hi,

another ,

Lay out Condition,

=GetFieldSelections(FieldName)<>'Field'

HTH,

Hirish

HirisH
agustinbobba
Partner - Creator
Partner - Creator

Hi Gergy

Try this:

2016-04-05_12-31-52.png

Best regards,

Agustin