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: 
joeybird
Creator III
Creator III

Maps and number formatting


Hiya

Qlik Sense

I am using a map to show data of number of customers on a geo map.

this uses a count (customer) function.

it works however...is there a way of formatting the number to simple?

its showing up example as 150.75k

please help

Kind Regards

joeybird

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

Could you create a Master Item / Measure first ?

... and in the measure definition use the num() function to format as money / integer etc... ?

ex:  num(sum(Sales) * count(OrderID),'#,##0')

View solution in original post

2 Replies
JonnyPoole
Former Employee
Former Employee

Could you create a Master Item / Measure first ?

... and in the measure definition use the num() function to format as money / integer etc... ?

ex:  num(sum(Sales) * count(OrderID),'#,##0')

joeybird
Creator III
Creator III
Author

Hiya

Thank you xx

done, but no need for the master item

amended your code and it worked

num(count(Customer),'#,##0')

Kind Regards

Joeybird x