Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to Get one checkbox individually from the Qlikview?
Like this
Thanks......
This is what I did as a test ...
Mark,
I am using Qlikview Personel edition.So,i am not able to open your file.
Thanks....
Ah, ok.
Create a listbox for field ShowBox.
Go to the Presentation tab and set Selection Style Override to Windows Checkboxes.
Done
You should now have a checkbox with the value Yes behind it.
Create a Textbox object and enter some text.
Go to the Layout tab and enter the statement "=GetSelectedCount([ShowBox])" in the Conditional option.
Now the Textbox will be shown when you check the checkbox and will disappear when you deselect it.
You can use the conditional statement for other purposes.
F.i. in an IF-statement
Ravi,
Follow the steps mentioned by Mark and if you don't want the value 'Yes' to be displayed in the checkbox, enter a blank expression against the filed value ( =' '). Now, you will get only the checkbox and the value can be assigned to a variable.
Top Mark exactly what I was looking for ..
you should create a text box and using condition and action make it act like checkbox, that why you can design it any way you want to, see attachment, in this model you can also see how you can base it on a checkbox dimension.