Move to SaaS

Learn and discuss how to move from QlikView and Qlik Sense Client-Managed to Qlik Sense SaaS

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this topic

Mimiek
Partner - Contributor III
Partner - Contributor III

Comma decimal separator saved as period in SaaS

Hi All, 

I'm using the Data Gateway Direct Access to upload my data via the ODBC connector to the cloud. 

In my data extract script I have this: 

SET ThousandSep='.';
SET DecimalSep=',';
SET MoneyThousandSep='.';
SET MoneyDecimalSep=',';
SET MoneyFormat='#.##0,00 €;-#.##0,00 €';

But for some reason when I store the tables to QVD files in my data space my decimal separator becomes a period. 

Any idea?
Thank you!

Labels (2)
Who Me Too'd this topic