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

GeoAnalytics bubble layer - format numbers in measures

Hi,


I'm unable to format the numbers in a bubble layer, currently my expression is showing this: 0.03% and i want to format it like 3%


My expression: num(Count({<[Försenad_avgång] = {1}>}[Avgång])/Count({<[Försenad_avgång] = {1,0}>}[Avgång]),'##0%')


Anyone how can help me?


Best regards

Fredrik

2 Replies
rajan_07kumar
Partner - Contributor III
Partner - Contributor III

Uncheck the 'format number' option in info bubble properties and it should show the value as per the expression

slondono
Partner - Creator II
Partner - Creator II

and if you multiply the result by 100?