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: 
Anonymous
Not applicable

Export to Excel

Hi All

Please see the file attached.

Now my problem: When I export the table to Excel, the numbers aren't formatted in the same way as they are in QlikView. Why? and how can I solve this?

What I've tried so far: Formatting Numbers within the 'Chart Properties' in the Tab 'Number' works. But I want the user to be flexible to choose which format (M or K-Values) they want to see in the table.

And I don't want to create a Column with M-Values and a column with K-Values and show and hide them with conditionals. The table I have in my project will become to large.

Thanks in advance for any ideas.

Regards,

Markus

Labels (1)
1 Solution

Accepted Solutions
el_aprendiz111
Specialist
Specialist

Hi,

expression

=num#(NUM(sum(VAL_Sales_USD)/$(eFormat),eDecimal))

View solution in original post

2 Replies
el_aprendiz111
Specialist
Specialist

Hi,

expression

=num#(NUM(sum(VAL_Sales_USD)/$(eFormat),eDecimal))

Anonymous
Not applicable
Author

Thanks for the answer