Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
aveeeeeee7en
Specialist III
Specialist III

Exclude Null Names on Matching

Hi Community

See the Attachment for my Requirement.

Regards

Aviral Nag

2 Replies
sudeepkm
Specialist III
Specialist III

you may try like below.

Load *, Applymap('AAA',name,'NULL') AS New11

Inline [

name,    code,    Dept

Ron,    11,        aa

,    11,        cc

John,    12,        ss

Rick,    13,        cc

] Where name<>'';

mangalsk
Creator III
Creator III

Hello,

Find the attachment