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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

KPI Remove Nulls

Hello,

I need to remove the null values in the KPI Object.

I Have a KPI with this Formula.

Sum({<fec_ini={">=01-01-2019"}>}NetWorkDays(fec_ini,fecha_Fin, $(vNWD)))

Thanks!!

 

1 Solution

Accepted Solutions
Anil_Babu_Samineni
MVP
MVP

Perhaps this

Sum({<fec_ini={">=01-01-2019"}, FieldName_Null = {"=Len(FieldName_Null)>0"}>}NetWorkDays(fec_ini,fecha_Fin, $(vNWD)))

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

View solution in original post

2 Replies
Anil_Babu_Samineni
MVP
MVP

Perhaps this

Sum({<fec_ini={">=01-01-2019"}, FieldName_Null = {"=Len(FieldName_Null)>0"}>}NetWorkDays(fec_ini,fecha_Fin, $(vNWD)))

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
pgalvezt
Specialist
Specialist
Author

Perfect !!

 

Thank You !