Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)
my sample qvw file
i tired but its not working
Can attached qvw?
qvw files
See Settings->Document Properties->General->Alternate States->
See Settings->Document Properties->General->Alternate States
sorry i am using trial version it is does not support for me.
can you post the procedures and formulas
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)
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