Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a list box that is powered by an expression to hide 1 value.
=aggr(only({<[name]-={John}>}[name]),[name])
but i want to add a second name to this. I have tried...
=aggr(only({<[name]-={John, Alan}>}[name]),[name])
and
=aggr(only({<[name]-={John}, {Alan}>}[name]),[name])
With no luck
Hi,
Try this =aggr(only({<[name]-={'John','Alan'}>}[name]),[name])