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: 
bsbernabe
Creator
Creator

Suppress when value is null in expression

Hello There,

How to suppress null using expression?

sample data

IDSERIAL NUMBERQUANTITY
544258G600XYZ-12
622120--1

Output

IDSERIAL NUMBERQUANTITY
544258G600XYZ-12

Best Regards,

Bing

3 Replies
sunny_talwar

Which object is this? Straight table or pivot table?

buzzy996
Master II
Master II

try this nullvalues.PNG

Anil_Babu_Samineni

You can do this as expression?

Sum({<[SERIAL NUMBER] = {"=Len([SERIAL NUMBER])>0"}>} QUANTITY)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful