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

Comma (,) in LED Chart

Hi

Is it possible to use and show comma (,) in LED chart for thousand separators?

if it is possible , what's the solution?

please help me

Regards

Hamide

1 Solution

Accepted Solutions
marcus_sommer

Yes it's not possible - it's a limitation from that type of chart:

- Marcus

View solution in original post

10 Replies
pooja_sn
Creator
Creator

Chart Properties -> Number-> Select dimension on which you want to display comma -> Check 'Override Document Settings' -> Select 'Number' -> OK

marcus_sommer

You could adjust your numeric field-formats with script-variables, like:

SET ThousandSep='.';

SET DecimalSep=',';

and/or functions like: num(YourField, '#,##0', '.', ',') or within the tab numbers from your object.

- Marcus

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Afaik the led style of the gauge chart can only show a dot, not a comma.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Hi,

I don't think so, you can only use dot for that style of chart

marcus_sommer

Yes it's not possible - it's a limitation from that type of chart:

- Marcus

engishfaque
Specialist III
Specialist III

Dear Hamide,

We have only Dot instead of Comma in LED Chart.

Here is a same question,

How to format data in Guage chart in LED Display Style

Kind regards,

Ishfaque Ahmed

Not applicable
Author

thanks

i try it but it's not work

regards

Not applicable
Author

thank you

i try it later , but it's not work for LED chart

regards

Not applicable
Author

Thank you for your answer