Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
is there a way to suppress nulls in a List Box?
Thanks!
In listbox in available fields there is <Expression> option. In there you can type expression that suspend empty records. Something like =if(FieldName <>'', FieldName). If after this empty records are still shown then you really may have some "not so empty" values as Ryan sad.
List boxes should supress nulls all on thier own. Are you sure they're nulls? Perhaps your database is being naughty and returning you   characters or something otherwise equally insidious.
In listbox in available fields there is <Expression> option. In there you can type expression that suspend empty records. Something like =if(FieldName <>'', FieldName). If after this empty records are still shown then you really may have some "not so empty" values as Ryan sad.