Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to rename my Pie-Chart Values?

asdf.JPG

I need to rename

D as Hold

B as Released

A as Shipped

Pls help !!

13 Replies
prma7799
Master III
Master III

Hi,

I done with these from show numbers in legend no need to add Count(New_Sort_Value) in expression.

Now I want the percentage values with original value like above

Thanks,

Prashant

Not applicable
Author

Hi Prashant,

In Expression click on Relative. you will get percentage.

prma7799
Master III
Master III

Hi Murali,

I need percentage and rear values also.

Thanks,

Prashant

Not applicable
Author

Hi Prashant,

If you want Dual value to be displayed then pls try this.

dual(NUM(SUM(Expression1)/SUM(Total Expression1), '#,##0%') & ' / ' & Num(SUM(Expression1), '#,##0'), Num(SUM(Expression1), '#,##0'))