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

Formatting a number as thousands

Really simple one here!

How do I write an expresion that formats numbers as £10k (for example).

I know I need to concatenate the 'k' on the end, but can't seem to find the right script to do this.

Cheers

Tom

1 Reply
ecolomer
Master II
Master II

You can use that:

=Num([your_field]/1000,'#,##0.00 k')

your field divided by 1000 and whit the format