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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change the show/hide buttons automatically based on click i.e If I click on show then the button name should be automatically renamed to hide and vice versa is it possible

Please help me with this

5 Replies
mdmukramali
Specialist III
Specialist III

Hello,

kindly find the attached sample app.

Anonymous
Not applicable
Author

Hi Ali ,

Thank u so much for your help . I'm new to Qlikview can u please share me any website through which I can improve my skills regarding this conditional formatting in Qlikview like if etc ...

MarcoWedel

Hi,

maybe one solution could be:

QlikCommunity_Thread_298259_Pic1.JPG

QlikCommunity_Thread_298259_Pic2.JPG

QlikCommunity_Thread_298259_Pic6.JPG

QlikCommunity_Thread_298259_Pic3.JPG

QlikCommunity_Thread_298259_Pic4.JPG

QlikCommunity_Thread_298259_Pic5.JPG

hope this helps

regards

Marco

Akina0929
Creator
Creator

Hi Yeaswanth,

please follow below steps.

>>create variable     vshow

>> give variable value initially 0

>>create button

>>properties>>general>>if(vshow,'show','Hide')

>>Actions>>set variable>>vshow     note:(remove '=' before variable)

>>set value    =if(vshow=1,0,1)

Regards

Anji

ahmar811
Creator III
Creator III

hi,

Create Button and put below variable condition on trigger :

=if(vShow_Hide='Show','Hide',

if(vShow_Hide='Hide','Show'))

Capture.PNG

I also attached application for your reference.


Regards

Ahmar