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

Listbox with one entry

Hi,

there is a listbox with two entries (Test1, Test1). How can I filter this box for one entry (Test1) and one entry show be displayed in this listbox.

Regards

6 Replies
senpradip007
Specialist III
Specialist III

Try like:

=if(Account <> 'Test2', Account)

or

=if(not Match(Account, 'Test2'), Account)

Anonymous
Not applicable
Author

Hi,

please tell me, where do you setup the listbox.

senpradip007
Specialist III
Specialist III

PFA.

Anonymous
Not applicable
Author

Thank so much. Can I all so selected this entry as default?

maxgro
MVP
MVP

use expression and Pradip Sen answer

1.png

Anonymous
Not applicable
Author

Selected Listbox

Listbox.JPG.jpg