Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
Do it in expression and in Number tab just select Expression Default option.
Hope this helps you.
Regards,
Jagan.
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.
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
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.
Hi Nihhal,
It is not possible in LED Gauge chart, use Text object and use font styles to imitate the LED style.
Regards,
Jagan.