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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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?

Labels (1)
6 Replies
swuehl
Champion III
Champion III

Should be possible, maybe like

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

rbecher
Partner - Master III
Partner - Master III

Hi Hansjörg,

you can use an expression like this:

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

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
rbecher
Partner - Master III
Partner - Master III

..this is not working

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
swuehl
Champion III
Champion III

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
Partner - Master III
Partner - Master III

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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
swuehl
Champion III
Champion III

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.