Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a filter pane that filters only on values that start with 15:
=If(WildMatch([CODE DC 15]), '15*'),[CODE DC 15]))
I have columns that I would like to display only when the selected code is 151200.
I use the following formula but it doesn't work:
=wildmatch(getfieldselections([CODE DC 15]),'*151200*')=1
thank you in advance for your help
Duplicate Thread