Hi folks,
I am trying to create a dataview where I want to filter the rows based on a date column containing Nulls.
No all the examples on filtering for null give
"Isnull(Col1,Null Column) = Null Column"
Now when I replace Col1 with my column name for my date column
"Isnull(Postal_Date,Null Column) = Null Column"
I get the following error
"Cannot perform = operation on System.DateTime and System.String."
Has anybody solved this problem or am I doing it all wrong.
I am trying to create a dataview where I want to filter the rows based on a date column containing Nulls.
No all the examples on filtering for null give
"Isnull(Col1,Null Column) = Null Column"
Now when I replace Col1 with my column name for my date column
"Isnull(Postal_Date,Null Column) = Null Column"
I get the following error
"Cannot perform = operation on System.DateTime and System.String."
Has anybody solved this problem or am I doing it all wrong.