Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
i saw a lot of solution about this topic but ne one doesnt work out for me, i couldnt.
my listbox at the bottom which has null values under the "KİŞİ SAYISI"
the data came from excell. and there are some null values its ok but i shouldnt see them on my listbox.
what should i do?
This listbox name is : KPI
fyi.
thanks.
Hi,
Try the below condition in list box expression.
if (field <> '',field)
Hi,
You can use expression in list box,
= if( len(Field)>0, Field)
Regards,
DurgadeviKumar
try below expression in listbox
= aggr(if( len(trim(Field))>0, Field),Field)
in expression in the listbox? you sure?
same problem....
Not in the expression tab. It is where you have list of all fields there is expression as well in the bottom of the list
i dont get it. sorry. you mean "edit script" area?
Hi,
Try the below condition in list box expression.
if (field <> '',field)
Right Click --- > Select List box---> There will be drop down for selecting fields . In that select expression and give the condition
here? **bleep**, i feel like im an idiot.