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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to resolve Dimension Limits on Pie Chart?

Hi,

Got problem, I don't want to show negative values on pie chart, please help me. Below is the output of showing negative values.

pie chart problem.png

Best Regards,

Bill

1 Solution

Accepted Solutions
rajni_batra
Specialist
Specialist

use condition if(sum(amount)>0, sum(amount))

Hope it helps!!!

View solution in original post

2 Replies
rajni_batra
Specialist
Specialist

use condition if(sum(amount)>0, sum(amount))

Hope it helps!!!

Not applicable
Author

Hi rajni,

Great. It works! Thanks.