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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paul_ripley
Creator III
Creator III

Send to excel: numbers appear as text

Hello

When I send to excel on the server then the numbers are exported in General format

When I send to excel from the Access Point then the numbers look ok at first, although they are showing in 'Protected View' .  As soon as I click 'Enable editing' then the numbers appear as text format.

Do you know if there is a way to have the numbers from the Access Point appear as numbers rather than text (is it the protected view that is the issue?)

Thanks

Paul

5 Replies
squeakie_pig
Creator II
Creator II

Set the number format in the Numbers tab instead of using Expression Default

paul_ripley
Creator III
Creator III
Author

Hi

It is already set as 'Number' in the document settings.  Is there somewhere else this need to be set?

squeakie_pig
Creator II
Creator II

The Number tab in the Chart Properties.

paul_ripley
Creator III
Creator III
Author

This field is a dimension, not an expression.  When I change the Numbers tab, it just affects the Expression numbers not the format of the dimension

squeakie_pig
Creator II
Creator II

You could force it by making it a calculated dimension

num#(fieldname,'#,##0') or if that doesn't work, force it in the script, num(EVALUATE(fieldname),'#0')