|
Arun Murthy -
(19/10/2016 10:37:58)
Comparing NULL value and empty value in filter
Hi,
Is it possible to compare null value column and empty string value from the free text?
The filter I doing require few conditions, and 1 of the condition is to compare the value from the free text and the data column from MS SQL (the column is nullable).
if the free text is not empty, I wont have problem because the data column wont be a null value.
|