Hi,
I have gone through the below link to remove the "?" from the report,
Adding the NVL(Column, ' ') insert a blank space or any other value which is placed between the inverted commas. But the issue here is instead of null value now we will get the blank space into that field. Now what we need is,
- We don't need null or "?" in the report output.
- We also don't need the Blank space in the report output which can be achieved by NVL Command.
- We just need the empty field having no value. Blank space also has ASCI value while the empty space does not.
Can anyone please help and let me know if this is something achievable?
Thanks,
Nikhil Sanghvi