techytechy
MIS
Hi Guys,
I am using crystal Reports X1 r2.
From a column that has null values too in some of its rows I would like to filter out some rows. In the result I dont want Null value records to be filtered out along with others in the filter criteria. For Eg:
MyResult:
------------------
Col1 Col2
1 A
2 B
3 C
4 Null
-------------------
I filtered out B, C in the select expert using:
not({Col2} in ["B", "C"]). In the result I want to see record 1 and 4, but record 4 also got filtered. So, I set the option "convert database Null values to default" and "convert other Null values to default" but still the record 4 got filtered. Could any one assist?
Thanks!
I am using crystal Reports X1 r2.
From a column that has null values too in some of its rows I would like to filter out some rows. In the result I dont want Null value records to be filtered out along with others in the filter criteria. For Eg:
MyResult:
------------------
Col1 Col2
1 A
2 B
3 C
4 Null
-------------------
I filtered out B, C in the select expert using:
not({Col2} in ["B", "C"]). In the result I want to see record 1 and 4, but record 4 also got filtered. So, I set the option "convert database Null values to default" and "convert other Null values to default" but still the record 4 got filtered. Could any one assist?
Thanks!