How to do Handle Null value with Different Columns
Hi Gurus,
I have Requirement in Oracle Reports :
Eg:- I have a table Temp with three columns A, B and C
My Requirement is IF columns A, B and C are null then in the Report Output it should return as C as 0, B as None and A as None.
if any values are there in A, B or C columns then Report output should return those values.
All your inputs are highly appreciated.
Thanks