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: 
Not applicable

Duplicate a ‘check box’

Hi,

I have a table containing a list of logical fields,

sold on promotion,

given away free ......

If I was displaying these in VB I would have a selection of 'check boxes' for the user to select. I am trying to duplicate that in QlikView. I would like to display a single item ( not a 0 & 1 that are the default values) and if the user selects this only display the items that have a '1' otherwise display everything.

Thanks

Gavin.

1 Reply
Not applicable
Author

QlikView allows you to use checkboxes to make selections in a List Box. On the List Box properties, there is a Selection Style Override drop-down on the Presentation tab. Select Windows Checkboxes to change the selection behavior to use checkboxes.

What you may need to do is create an Inline Load for your checkbox items. Then make a List Box with check boxes. Then you could create a macro set for the OnSelect of that field and do whatever overall selections you would need to mimic the functionality that you are looking for.