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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

In-data letters needs formatting

Hi,

I have some data where Swedish and Norwegian letters are replaced by other letters. For example Ö is replaced by √ñ. Is there a way to format this easily?

1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

Hi,

You can use mapsubstring. Basically you are going to create a table on script for this (can read it from excel too)

Please, check this post:

http://community.qlik.com/blogs/qlikviewblogs/archive/2009/01/09/using-mapsubstring-to-edit-strings....

View solution in original post

2 Replies
erichshiino
Partner - Master
Partner - Master

Hi,

You can use mapsubstring. Basically you are going to create a table on script for this (can read it from excel too)

Please, check this post:

http://community.qlik.com/blogs/qlikviewblogs/archive/2009/01/09/using-mapsubstring-to-edit-strings....

Not applicable
Author

Thank you very much.