Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
I create a List box, but i dont use a field, i use an expression like this: =if(WildMatch(Des_Detalle,'*PEX*','*SMART*'),Des_Detalle)
Thats work great, because show the values that i need. But, not work the search function, How i fix that? When in the list box i select a field the search function work correctly, but with expressión doesnt work.

Thanks
Maybe just use wild cards *P* in your search, e.g. by changing the default search mode to 'wildcard search'.
Maybe just use wild cards *P* in your search, e.g. by changing the default search mode to 'wildcard search'.
Thanks. Its work.... Thank a lot