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: 
asknyldz
Contributor III
Contributor III

Select Another items

Hi there,

I have a List Box and contents are below.

If i select to "PC" value, i want to multiselect for "PC, Propert, Casualty" sametime.

How can i set up this.

 

PC
Property
Casualty
Cargo
Multiline
Construction
Motor
Employee Benefits
Fin-Pro
Trade Credit
Surety

 

1 Reply
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

There a bunch of options:
1.Create a Straight table.
Add Calculated dimension like: =If(Index('PC, Propert, Casualty', FieldName)>0,1,0)
Add Expression: 1
Then you will come will 1 and 0 as a Dimension in a table where 1 means FieldName = 'PC, Propert, Casualty' and 0 stands for other.
2. Select in the list box while holding CTRL.
3. Create a bookmark.