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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
keerthika
Creator II
Creator II

CSV

Hi All, Can any one say how to handle $ value when we converting data to csv format in load script? For example money(25090) is $250,90 But iam getting $25090 comma separation is not showing in csv file Thanks, Keke
Labels (1)
1 Reply
Michiel_QV_Fan
Specialist
Specialist

Check your money settings in the main tab:

SET MoneyFormat='$#,##0.00;($#,##0.00)';


And, is this a comma separated file (,) or (;) ? .......