How to convert null values to 0 values within my rtf template results
Hi gurus
My sql that generates the data has to use a full outer join on the tables to ensure that even if I dont have data in let's say Mar-25 period but there is data is Jan-25 and Feb-25 OR maybe no data in Jan-25 and Feb-25 but data is in Mar-25 then I wart the rows to show.
This however translates into pivot table results like below. Because the xml has no tag with data for Unit C Feb-25 Billings or Receipts it produces a null value. Same goes for the Mar-25 circled in red.
How can I ensure that the nulls are replaced with 0