Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.
All done guys. thanks fopr your replies
..
use expression in listbox with some condition like if(diseses<>0,diseses)
Sushil i have to judge it on Value and value is as - or null at many places.
please post sample data...
if(diseses<>0 and diseses<>'-',diseses)
While loading time you can insert
if(diseses<>0 and diseses<>'-',diseses) as flag
as per flag you can get null values. We have approch the same.
Vikas