null text box
null text box
hi i have a databand that contain fields that have read information from sql when report read data with null the field is present 0 i dont want to show 0 but i have a 0 in my data base if i click hide zero my data is disappear to i want to use average in end of my data band too but i dont want to use null object in databand my suffix of data is double
thanks
thanks
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
thank you
but when i want to use avg for this column avg calculate null field if i want to not calculate null field what can i do
but when i want to use avg for this column avg calculate null field if i want to not calculate null field what can i do
null text box
Hello,
In any case, whether Null values are present or not, the Avg function returns the correct value.
If our explanation does not help you, please send us a test report sample.
Thank you.
In any case, whether Null values are present or not, the Avg function returns the correct value.
If our explanation does not help you, please send us a test report sample.
Thank you.
null text box
hi
here you can compare two avg on column have null value and another column have zero value
thanks
here you can compare two avg on column have null value and another column have zero value
thanks
- Attachments
-
- 514.New Folder (4).rar
- (10.51 KiB) Downloaded 635 times
null text box
Hello,
If you do not want to take into account the Null values, please instead of expression
{Avg(DataTable1,Table1.mp)}
use the following expression:
{Avg(DataTable1,Table1["mp"])}
Thank you.
If you do not want to take into account the Null values, please instead of expression
{Avg(DataTable1,Table1.mp)}
use the following expression:
{Avg(DataTable1,Table1["mp"])}
Thank you.
null text box
thank you
bye
bye
null text box
Have a nice day!
null text box
hi
i use your code in my field but when i want to read information from sql server when i use that code my field in stimul convert to string and the filed in sql is real and when i use filter to reduce decimal number to 2 digit because field is converting to string reducing decimal not working if i want to use else in my code to if field not null ic contain in real format what can i do
and if i want to for example write a symbol like '-' for null value what can i do
thanks
i use your code in my field but when i want to read information from sql server when i use that code my field in stimul convert to string and the filed in sql is real and when i use filter to reduce decimal number to 2 digit because field is converting to string reducing decimal not working if i want to use else in my code to if field not null ic contain in real format what can i do
and if i want to for example write a symbol like '-' for null value what can i do
thanks
null text box
Hello,
Please show me your expression.
Thank you.
Please show me your expression.
Thank you.