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

condition based display for text object

Hi Al,

I have data like below

NameDept
ABCIT
DEFFIN
MNACC
XYAIT
KASTHR
PASHR

 

I want to display a Text Objects below the table based on a condition like below

Show Text object 1, if  Name='ABC' and Dept='IT'

Show Text object 2, if Name='MN' and Dept='ACC'

 

Labels (2)
2 Replies
raji6763
Creator II
Creator II

hi Vivek,

We can't hide/show Qliksense text objects directly but we can hide/show the text object  within container object conditionally .

steps  to be follow:

-create a container object.

-Then  create two text object within that container object.

-use the if condition for    text object1 - if(Name='ABC' and Dept='IT',1,0)

-use the if condition for    text object2 - if (Name='MN' and Dept='ACC',1,0)

-Container Tab should be off mode.

hideshow.JPG

 

Thanks & Regards,

Raji

viveksingh
Creator III
Creator III
Author

Hi Raji, 

Thanks for the reply. 

The expectation is to hide the text objects with out selecting the values in the fields.  Below snapshot is for reference. 

 

viveksingh_0-1589249114945.png