how to convert Null value to 0 after outer join?
YalaMar 25 2010 — edited Mar 25 2010Hello guys
My requirement is to outer join 2 fact tables (that's the way it is), and i got the outer join working fine, so in my report, i have null values from measures in another fact table as a result of the outer join..
Is there a way I can convert those null values to 0?
I realized that the null isn't stored in the table, it is merely as a result of the outer join since the nulls are not matching records in the other fact.. So by default, i am expected to get nulls..
Is there way to present these null values to 0?
Many thanks for your advice