Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to rename
D as Hold
B as Released
A as Shipped
Pls help !!
Second option is :
Wild-match Function
LOAD *
pick( WildMatch(Your_Field ,'*A*','*B*','*D*'),'Shipped','Released','Hold')
From
.....
Thanks,
AS
;
Hi ,
Use
load * Inline [
Sort_code , New_Sort_code
A , Shipped
B, Released,
D,Hold
];
and call New_Sort_Code in chart.
Thanks,
AS
Second option is :
Wild-match Function
LOAD *
pick( WildMatch(Your_Field ,'*A*','*B*','*D*'),'Shipped','Released','Hold')
From
.....
Thanks,
AS
;
Hi Amit,
You are Awesome man! thank you
Happy to help u buddy
Thanks,
AS
hi amit.....can u plz tell me how to call a function (New_Sort_Code ) in chart
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
Hi Amit,
I did pie chart like above but unable to show values on front of sort code.
Please help.
Thanks,
Prashant
Hi,
You need to call in expression as Count(New_Sort_Value)
Thanks,
AS
Hi team,
See my Screen shorts.