How to restrict Null values
Dear All,
I have main query..And i written a Query for Issued Quantity.
The query is retrieving exact data. And when i add the Query in main query the data is coming with extra null values.
for ex. Query for Issued Qty fetchs 16 records.
and i run the main query it fetchs 20 records...there r 4 records which issued Qty is null.
How can i restrict that records.
Thanks.