Skip to Main Content

Analytics Software

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!

How to remove null lines using CASE function

1062047May 20 2015 — edited May 21 2015

Hi All,

I am using CASE FUNCTION, to retrieve data from a subject area.

The command is:

CASE "Candidate Q&A"."Question Code" WHEN 'R3 questionnaire 3' THEN "Candidate Q&A"."Answer (Choice) (BL)" END

Results show the correct data plus a line with null value.

I'd like to show only the value not null.

Is it possible using CASE function or other function? I tryied to use FILTER function, but this function doesn't work how I want.Untitled.png

Thanks!

Carlos.

This post has been answered by Gianni Ceresa on May 21 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details