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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add legend name and display at the pie chart

Hi all

How can i add the legend name at pie chart ? i try to add new expression, =if(Count(DISTINCT[Carrier Name]=1),[Carrier Name],'Others')

but it still showing the figure only.  Did anyone encounter similar stituation? Mant thanks

example.png

1 Reply
Not applicable
Author

I can solve it. It is because the the space issue..

Wrong =if(Count(DISTINCT[Carrier Name]=1),[Carrier Name],'Others')

Correct =if(Count(DISTINCT [Carrier Name]=1),[Carrier Name],'Others')

Finally result will be example.png