Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Subhasmita
Partner - Contributor
Partner - Contributor

Using filter removes the null value

I am not sure if this type of solution already exist. But any insight would be of great help if not discussed already in the forum..

Problem Scenario:

I have sales and customer table and there are few records which has sales but no customer data. Now on front end, i need to filter out on particular customer record which is also resulting in filtering out the sales for null customer record. I need the sales for null customer part of total sales .

Labels (4)
1 Reply
MayilVahanan

Hi

Can you provide sample data n expected result to achieve? If my understanding correct, if you want to display the null customer info for selection, you can try like below

NullAsValue CustomerId;

Set NullValue = 'NULL';

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.