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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Individual Checkbox

Hi,

Is it possible to Get one checkbox individually from the Qlikview?

Like this

345.PNG

Thanks......

15 Replies
Not applicable
Author

This is what I did as a test ...

Not applicable
Author

Mark,

I am using Qlikview Personel edition.So,i am not able to open your file.

Thanks....

Not applicable
Author

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

Not applicable
Author

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.

beeaj2011
Contributor III
Contributor III

Top Mark exactly what I was looking for ..

yakir_manor
Contributor III
Contributor III

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.