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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
markthepig
Contributor
Contributor

Replace loaded data separator from"," with "."

Hello There

Ive been looking for a solution to this problem.

Let's say i load data from qvd files that have the following field

QTY

12,3

14,7

15,8

1,5

I want to make sure i load the date as

QTY

12.3

14.7

15.8

1.5

I know this probably is a stupid question since im a beginner with qlikview. Thank you very much for reading this.

Yours

Mark

1 Solution

Accepted Solutions
Siva_Sankar
Master II
Master II

Mark,  You can use MapSubString for this. Find the qv file attached. I think this will solve your problem.  Regards. Siva

View solution in original post

2 Replies
Siva_Sankar
Master II
Master II

Mark,  You can use MapSubString for this. Find the qv file attached. I think this will solve your problem.  Regards. Siva

markthepig
Contributor
Contributor
Author

thank you for pointing me to the correct sollutiuon.

Really . really appreciated..

Yours

Mark