Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Is it possible to show in a sparaded list box all values which are not selected in the other?
Should be possible, maybe like
=aggr( only( {<FIELD = e()>} FIELD) ,FIELD)
Hi Hansjörg,
you can use an expression like this:
=aggr(only({1-$} Field), Field)
- Ralf
..this is not working
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
It works only on my site if no other field has a slection..
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.