Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 !!

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Second option is :

Wild-match Function

LOAD *

pick( WildMatch(Your_Field ,'*A*','*B*','*D*'),'Shipped','Released','Hold')

From

.....



Thanks,

AS

;

View solution in original post

13 Replies
amit_saini
Master III
Master III

Hi ,

Use

load * Inline [

Sort_code , New_Sort_code

A , Shipped

B, Released,

D,Hold

];

and call New_Sort_Code in chart.

Thanks,

AS

amit_saini
Master III
Master III

Second option is :

Wild-match Function

LOAD *

pick( WildMatch(Your_Field ,'*A*','*B*','*D*'),'Shipped','Released','Hold')

From

.....



Thanks,

AS

;

Not applicable
Author

Hi Amit,

You are Awesome man! thank you

amit_saini
Master III
Master III

Happy to help u buddy

Thanks,

AS

Not applicable
Author

hi amit.....can u plz tell me how to call a function (New_Sort_Code ) in chart

amit_saini
Master III
Master III

Kapil,

pick( WildMatch(Your_Field ,'*A*','*B*','*D*'),'Shipped','Released','Hold') as New_Sort_Code


You have to use this function within the same table of your field , later call this new field as expression in your chart.


Thanks,

AS





prma7799
Master III
Master III

Hi Amit,

I did pie chart like above but unable to show values on front of sort code.

Please help.

Untitled.png

Thanks,

Prashant

amit_saini
Master III
Master III

Hi,

You need to call in expression as Count(New_Sort_Value)

Thanks,

AS

Not applicable
Author

Hi team,

See my Screen shorts.

sdfg.JPG

Captursdfe.JPG

Captasdure.JPG

2345.JPG