Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display blank space instead of Null Value

2796536Jan 7 2016 — edited Jan 7 2016

Hi Team,

We have a SQL report where the data is displayed blank space if there is a null value in the field as below,

NVL(Columnname, ' ')

Now the requirement is that to not to display blank space instead there should be nothing into that field if it is empty but it should also not display "?" value. Now what I know is if the value is null then it will display "?" while extracting the content and the only way is to replace it with the null value as mentioned above. But before I go ahead and confirm back to business I won't to check if there is a way to display blank instead of null value and also there should not be a space or anything.

Thanks,

Nikhil Sanghvi

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2016
Added on Jan 7 2016
6 comments
13,348 views