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
So you want
=sum({[list1]} sales) - sum({[list2]} sales)
thank you for yours reply