Hi Al,
I have data like below
Name | Dept |
ABC | IT |
DEF | FIN |
MN | ACC |
XYA | IT |
KAST | HR |
PAS | HR |
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'
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.
Thanks & Regards,
Raji
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.