Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a very easy question...
When I create a listbox in properties I can show 'excluded values', that's ok..
But where do I can define this excluded values. I don't find a place to exclude a list of values..
Thanks in advance
Juan
Create an 'expression' in your list (last option in 'Field') and use this:
=MAXSTRING({1-$<[Field Name]={'*'}>} [Field Name])
If you don't want to show list of values, then use expr like this
=If(Not(Match(Field,'ExclVal1','ExclVal2')),Field)