Hi,
I have report where i am getting blank records (null values) . In one of the column i get "()" as the value.
Kindly tel me how to eliminate the null records.
Please help.
Thanks,.
sg
Assuming you are using a relational package, try adding a filter with an expression like
[your value item] is not null
MF.