Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select field values with blank spaces in listbox

Hi all,

I've a listbox containing phone numbers (text format with blanks to separate the nuber blocks) like shown below:

ListboxSelection.png

Unfortunately when searching for a special phone number like '073 001 78 24' all phone numbers containing any of these number blocks are selected. Is there any setting allowing this?

Thanks,

Thomas

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Go to list box properties and in general-Search-Default Search Mode select "use wildcard search"

Capture.PNG

View solution in original post

4 Replies
Not applicable
Author

Hello,

Place the value between double quotes : "073 001 78 24"

it should work

2014-03-21_111845.png

alexandros17
Partner - Champion III
Partner - Champion III

use  PurgeChar(phone, ' ')  as expression instead of field phone and use search with special char

Not applicable
Author

Hi,

Go to list box properties and in general-Search-Default Search Mode select "use wildcard search"

Capture.PNG

CELAMBARASAN
Partner - Champion
Partner - Champion

To make it work like that, try with the Wildcard search mode

Untitled.png