Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pie Chart Labeling

Hey everyone-

Been trying to build out a pie chart which includes labeling for the values and the "category" itself.  I know the methodology: create seperate expressions for the %, count/sum, and then for the categoyr label.

The problem that I've run into is what to do about "Others?" In my chart, it comes up as blank:

PieExample.jpg

Notice that nothing shows up for "Other."  Not even percentages, count, let alone the label.  What can I do to get these values into the pie chart for "Others?"

2 Replies
mazacini
Creator III
Creator III

Did you try the 'Label for Other Slice' in the Presentation tab?

rahulgupta
Partner - Creator III
Partner - Creator III

Hi,

You can use Suppress When the Value is Null in the Dimension Tab, if you dont want that to be represented Else you can use a calculated dimension as If(Isnull(FieldName),'Others',FieldName).

Hope this helps..

Regards