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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hectorvega
Contributor III
Contributor III

Comma separator in number format missing when export to html

I hope some guru could help on this issue.

I am exporting a pivot table to html and sending it to an email. The formatting is loss but only the comma separator is missing.

Inspected the regional settings, the whole format on configuration and using also the num( expression, '#,###.##')

Nothing works.

Please help me to discover this is not a bug on QlikView.

Thank you!

HV

10 Replies
Not applicable

User Preferences-> Export -> Number Formating

petter
Partner - Champion III
Partner - Champion III

Have a look at the User Preferences... Export / Default Export Options ....

2015-01-09 HTML Export.PNG

hectorvega
Contributor III
Contributor III
Author

Thank you for your response Mario,

But also this not work too.

HV

Not applicable

Did you select Full Formatting in the Number Formatting option?. 

hectorvega
Contributor III
Contributor III
Author

Yes Mario. Full Formatting and and also did a num(expression,'$#,###.#') for each column on the pivot table.

I got a dollar sign on the exported html, but the comma is stripped.

hectorvega
Contributor III
Contributor III
Author

Thank you Petter for your help.

But I did all the combinations and review also my regional settings and this is not working.

The comma is deleted as thousand separator.

Thx

Not applicable

attached a sample doc which I export to html, take a look at its default configuration. I'm not sure if I understood. Your issue is with the formatting itself right?.  I could export the document along with the  Sales column and it looks just like the Desktop's version.

sc_147797.png

Not applicable

I also tried with the Pivot version and it works, it keeps its original numeric format. I believe that If you make a test to export it manually from desktop as HTML and find that it looks good, then it is no the export step itself, it might bee the macro or program you are using that is sending it out along with the Email message.

hectorvega
Contributor III
Contributor III
Author

Thank you for your nice responses.

The exporting test on the desktop works correctly, showing numbers with the comma separator as this example : $123,123.12

But running the VB Script macro with the following sentences :

  SET objTable = ActiveDocument.GetSheetObject(ObjId) 

  objTable.ServerSideExportEx "C:\Aplicaciones\Reportes\OutPut\"& ResName &".html" , ";", 0

Shows the same number as  $123123.12

The comma separator is missing.

The export preferences are correct as mentioned by Petter, The regional settings on the server for numerical data are correct.

Any Idea how to solve this?

Thank you very much for your time.