1, i can't find guid type in datatypes
2, how to filter with ( == null) or (!=null)
filter in report designer
filter in report designer
Please check the latest prerelease build.progame wrote:1, i can't find guid type in datatypes
Here you are:2, how to filter with ( == null) or (!=null)
DataSource["DataFieldName"] == System.DBNull.Value
Thank you.
filter in report designer
why not add this filter in designer?
add ïs null" , ïs not null
add ïs null" , ïs not null
filter in report designer
Thank you for suggestion. It is a really good idea.
Also checking may be done as follows:
Thank you.
Also checking may be done as follows:
Code: Select all
IsNull(DataSource,"DataColumnName") == true