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

Blanks in List Box

How do i avoid blanks in a list box to be displayed...?

1 Solution

Accepted Solutions
dirk_konings
Creator III
Creator III

don't use a field in the listbox, but create an expression like =if(field<>'',field)

The listbox will we filled with everything except blanks

View solution in original post

1 Reply
dirk_konings
Creator III
Creator III

don't use a field in the listbox, but create an expression like =if(field<>'',field)

The listbox will we filled with everything except blanks