Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
wanyunyang
Creator III
Creator III

Renaming

Hi guys,

My data have a column called Activity, the values are Merchandising, Sales, Marketing.

Now I create a pivot table with Activity as pivot table columns:

Capture.PNG

I want to rename the values as MKT, Merch, Sales. What should I do?

Thanks in advance!

1 Solution

Accepted Solutions
Digvijay_Singh

May be this as dimension instead of Activity, not tested though -

Aggr(Pick(Match(Activity,'Marketing','Merchandizing','Sales'),'MKT','Merch','Sales'),Activity)

View solution in original post

2 Replies
Digvijay_Singh

May be this as dimension instead of Activity, not tested though -

Aggr(Pick(Match(Activity,'Marketing','Merchandizing','Sales'),'MKT','Merch','Sales'),Activity)

rittermd
Master
Master

Can you rename them in your load script?  If want those values to be permanent that is what I would do.  Then you don't have to try to change them on every chart that you use them on.