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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
rchiew604
Contributor
Contributor

Suppress Zeros

Hi,

Below is a measure in my dashboard:

Sum(total [Position FTE]*(HCPAPC/1000000000))* (Sum({<[Object Account]={">=50011<=50019"} >}[Position FTE]*HCPAPC/1000000000)
/Sum({<[Object Account]={">=50011<=50019"} >} total [Position FTE]*(HCPAPC/1000000000)))-
Sum({<Employee_Status={'0'},[Emp HBU] ={"<650",">673"} >} Employee_FTE/100)

It outputs positive numbers, zero and negative numbers. However, we only want to remove all the zeros and only the positive / negative numbers.

How do I modify the expression to suppress zero?

Thanks.

 

 

 

Labels (1)
1 Reply
rchiew604
Contributor
Contributor
Author

Unchecked the 'include zero values' under Data handling but zeros still show.