Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
davyqliks
Specialist
Specialist

Qliksense KPI number Format

Hi There,

Is it possible to show the following as 17k in the KPI box?

davyqliks_0-1611846413409.png

tried obvious number formatting but no joy. Any help would be great, thanks so much

DavyQliks

 

Labels (3)
2 Solutions

Accepted Solutions
Vegar
MVP
MVP

You could do like this to force k-presentation

NUM( Sum(Qty)/1000, '0k')

View solution in original post

PradeepK
Creator II
Creator II

Not sure if you should do this type of data formatting.. 

Also think about case like : 16.12K -> should this be considered as 16K .. or Still 17K ?

For 1000 multiples .. Reference Purpose Only

Round(Num(<Measure>/1000))*1000

 You can build on the same logic to handle different multiple cases

View solution in original post

4 Replies
Vegar
MVP
MVP

You could do like this to force k-presentation

NUM( Sum(Qty)/1000, '0k')

PradeepK
Creator II
Creator II

Not sure if you should do this type of data formatting.. 

Also think about case like : 16.12K -> should this be considered as 16K .. or Still 17K ?

For 1000 multiples .. Reference Purpose Only

Round(Num(<Measure>/1000))*1000

 You can build on the same logic to handle different multiple cases

davyqliks
Specialist
Specialist
Author

thanks for the replies,

Thats great, worked perfectly thanks

davyqliks_0-1611850917979.png

 

PradeepK
Creator II
Creator II

MMM.. not sure about this. 🤔

Don't you think this will just show 0 if sum(Qty) returns 100 multiples or low .. example 444.