null text box
null text box
Hello,
Please show me your expression.
Thank you.
Please show me your expression.
Thank you.
null text box
hi
i change my extension of file in float and my problem is solved but my second question is if my field have null value i want to set symbol for example (-) in that field
thank you
i change my extension of file in float and my problem is solved but my second question is if my field have null value i want to set symbol for example (-) in that field
thank you
null text box
Hello,
Please use {DataSource["ColumnName"] == DBNull.Value ? "-" : DataSource.ColumnName.ToString()} for displaying Null values.
Thank you.
Please use {DataSource["ColumnName"] == DBNull.Value ? "-" : DataSource.ColumnName.ToString()} for displaying Null values.
Thank you.
null text box
hi thanks
my problem solved
bye
my problem solved
bye
null text box
Ok! We are always glad to help you!
null text box
hi
lok my friend this code you send to me change data type to string and when i was to get max or min or avg i faced a error can you change end of that code change tostring for example to double
thank you
lok my friend this code you send to me change data type to string and when i was to get max or min or avg i faced a error can you change end of that code change tostring for example to double
thank you
null text box
Hello,
But then for the following conditions:
Thank you.
Code: Select all
{IIF(DataSource["ColumnName"] == DBNull.Value, 0,DataSource["ColumnName"])}
you have to add conditions to your further calculations.majidsoft wrote:i change my extension of file in float and my problem is solved but my second question is if my field have null value i want to set symbol for example (-) in that field
Thank you.
null text box
hi
thats true i change my extension of file and i think its work good but when i want to get avg or max or min i faced an error
now thanks to you my problem solved
thats true i change my extension of file and i think its work good but when i want to get avg or max or min i faced an error
now thanks to you my problem solved
null text box
Ok! Have a nice day!