Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
krishna20
Specialist II
Specialist II

Hide and Show using Text Object

Hi Folks,

I am trying to implement simple Hide and show using variable , but it's not working unfortunately.

I am having one text object and one bar chart.

When i click on Text object Barchart should hide and on second click it should appear.

Someone show light on this simple issue.

Regards

Krishna

5 Replies
devarasu07
Master II
Master II

Hi,

Try like this

create two variable like

vShow=1 and vHide=0

and then go to your bar chart object -- layout tab and select show conditionally and write like below expression

if(GetFieldSelections(Product)='B',vShow,vHide)

Capture.JPG

check this for more

QlikView App: At The Qlik Of A Button

QlikView App: Show and Hide Windows Dynamically

krishna20
Specialist II
Specialist II
Author

Hi Devarasu,

Thanks for your reply and approach .

I am not having any listbox to select.

Textbox shows only 'A'. When i click on 'A' , barchart chart should show. On second click 'A' barchart should hide.

Like OFF and ON.using only single text object.

tamilarasu
Champion
Champion

Hi Kalyan,

Please avoid posting multiple questions for the same issue.

This should work.

https://community.qlik.com/thread/285014#1400998

krishna20
Specialist II
Specialist II
Author

Due to some technical or network issues ,duplicate threads has created. Thanks for notifying.

cweiping
Contributor III
Contributor III

try it

A285015.png

A285015_1.png

A285015_2.pngA285015_3.png