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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export to excel number format not working

Hi,

This calculated dimension =aggr(sum(aggr(count(TranscriptCompletions),[Employee Id],[Course Number])), [Employee Id]) returns a value.

When I export this to excel, the exported value is in text format. I tried using NUM#() and NUM(), but it is still giving me issues.

Please suggest!

4 Replies
CarlosAMonroy
Creator III
Creator III

Hi Naveed,

Go to Settings -> Document Properties and under the 'Number' tab search for TranscriptCompletions field and set it to be number.

Hope that helps,

Carlos M

el_aprendiz111
Specialist
Specialist

Hi,

=aggr(sum(aggr(count(TranscriptCompletions),[Employee Id],[Course Number])), [Employee Id]) *1

Not applicable
Author

Tried it. Does not work.

Not applicable
Author

Does not work. Nice try though!