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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to rename the source content

Hi All, I got some questions about renaming the content in Qlikview from data source.

For example, my data is as below:

Customer ID     Country

1                    PRC

2                    PRC

3                    US

4                    US

5                    TAIWAN   

6                    UK

7                    CANADA

8                    JERSEY

In the Qlikview chart, I would like to display PRC as CHINA without changing the data source.

Anyone know how to do it?

Many thanks!

1 Solution

Accepted Solutions
pokassov
Specialist
Specialist

Hello!

Add Calculation Dimension

if(Country='PRC','CHINA',Country)

label check and write down there Country

Безымянный.png

Sergey

View solution in original post

2 Replies
pokassov
Specialist
Specialist

Hello!

Add Calculation Dimension

if(Country='PRC','CHINA',Country)

label check and write down there Country

Безымянный.png

Sergey

Not applicable
Author

Oh it works

Thanks so much!