Assign Null value of DataTable Column to int variable?
Posted: Thu Mar 21, 2013 5:59 pm
I have null value in integer column in DB. and looking to assign that null value to integer variable in stimulsoft. but it became 0 here.
it can be possible to assign null value to variable?
and can i put the condition like
{iff(data2.id == null,"0",data2.id)}
Thank you.
it can be possible to assign null value to variable?
and can i put the condition like
{iff(data2.id == null,"0",data2.id)}
Thank you.