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

Announcements
Discover the Trends Shaping AI in 2026: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
stephenedberkg
Creator III
Creator III

List box selections

i have the two same list box.that is list box 1 and list box 2.

.it contain same data

if i select the list box 1 it affect the list box 2 also

but

my requirement is if i select the list box 1 it does not affect the list box 2

thanks in advance

22 Replies
Not applicable

Hi. Go Settings->Document Properties->General->Alternate States-> Add list1 and Add list2. Then in expressions you mast do Sum({[list1]< .......etc.>} field) and other Sum({[list2]< ...... etc>} field)  

stephenedberkg
Creator III
Creator III
Author

my sample qvw file

stephenedberkg
Creator III
Creator III
Author

i tired but its not working

Not applicable

Can attached qvw?

stephenedberkg
Creator III
Creator III
Author

qvw files

Not applicable

See Settings->Document Properties->General->Alternate States->

Not applicable

See Settings->Document Properties->General->Alternate States

stephenedberkg
Creator III
Creator III
Author

sorry i am using trial version it is does not support for me.

can you post the procedures and formulas

Not applicable

Go Settings->Document Properties->General->Alternate States-> Add list1 and Add list2

properties left 'brand'

properties right 'brand'

expression

for list1 sum({[list1]} sales)

for list2 sum({[list2]} sales)

stephenedberkg
Creator III
Creator III
Author

its correct but my requirement is

if i select LG in brand1 and i select apple in brand in brand2

lg sales =  65661

apple sales = 45565

i want the variance of two brands

values is 20096