Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show non-selected Values

Hi

Is it possible to show in a sparaded list box all values which are not selected in the other?

6 Replies
swuehl
MVP
MVP

Should be possible, maybe like

=aggr( only( {<FIELD = e()>} FIELD) ,FIELD)

rbecher
MVP
MVP

Hi Hansjörg,

you can use an expression like this:

=aggr(only({1-$} Field), Field)

- Ralf

Astrato.io Head of R&D
rbecher
MVP
MVP

..this is not working

Astrato.io Head of R&D
swuehl
MVP
MVP

Yes, it's working at my site ...

It is showing all values, that were possible before making the selection in FIELD, except the selected values.

Using 11.2 SR3 64 bit

rbecher
MVP
MVP

It works only on my site if no other field has a slection..

Astrato.io Head of R&D
swuehl
MVP
MVP

No, I do get a result also with values selected in other fields.

But there is a difference between our two expressions, of course.

I've created a little example to show the difference.