Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jeremy_hauspie
Contributor
Contributor

convert Number

Hi,

I load numbers from a csv document, but the separation between the decimals is a '.'. I want to convert this in the loadscript to a ',' so I can do calculations with the numbers..

In csv number is 394.88 but I want to have 394,88.

There a to many csv files to convert it manually in each file..

1 Solution

Accepted Solutions
PrashantSangle

Use Replace() to concert '.' to ','
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

3 Replies
PrashantSangle

Use Replace() to concert '.' to ','
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
jeremy_hauspie
Contributor
Contributor
Author

Many Thanks! it works

PrashantSangle

close the thread by select answer as correct and like
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂