Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing the inverse of a selection in a list box (or table)

I have, what I hope, a simple problem.

I have a standard list box that shows a list of items with possible values in white and other values in grey.

I'd like to show, in another read-only box (table or whatever), what I would get if I right-clicked in the first box and selected "Select Excluded".

Tried different approaches with set analysis, but couldn't get my head around it.

Any hints?

1 Reply
Anonymous
Not applicable
Author

Hi Christer,

try below code:

=Sum({< Product = E(Product), Customer = E(Customer) >} Quantity)

E() - excludes selected values

regards

Neetha