Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a button in qlikview. I want to have: if you click on the button then you see a message box.
How can I make this in qlikview?
Is here a tutorial over?
thanks in advance
You can use the same button to show and hide the message box.
1. Go to Settings -> Variable Overview. Create a variable and assign it a default value.
2. Create a button. For action, go to external and choose set variable. Use the following expression:
=if(vShowHide=0,1,if(vShowHide=1,0))
3. Create a text object. Go to layout -> select conditional. put the following as expression: vShowHide=1
Thanks!
see the attached :
thanks for the information