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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Gauge Chart

Hi All,

I want to display value (10,500.50 in thousands) in Gauge chart.

However Gauge chart shows value as '10.500.50'

My Requirement : display ',' instead of '.' after '10' (as thousand separator).

Thanks,

Regards,

NiHhal.

14 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Do it in expression and in Number tab just select Expression Default option.

Hope this helps you.

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Are you using LED option in Gauge chart?  If yes then LED won't show you the , instead it will show you .  Because it is not possible to represent , in LED.  Instead you can try in textobject and try with some fonts.

Hope this helps you.

Regards,

jagan.

jaygarcia
Contributor III
Contributor III

Hi Nihhal

You might get the same problem with other displays if you haven't define the ThousandSep and DecimalSep of the regional settings at the beginning of your script:

SET ThousandSep=',';

SET DecimalSep='.';

Hope it helps

nihhalmca
Specialist II
Specialist II
Author

Hi Jay, Thanks for reply.

I tried your way but not working moreover already Number tab show decimal= '.' and thousands= ','

Most probably it is not possible in LED style at Gauge chart.

NiHhal.

jagan
Partner - Champion III
Partner - Champion III

Hi Nihhal,

It is not possible in LED Gauge chart, use Text object and use font styles to imitate the LED style.

Regards,

Jagan.