Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

Format the values on DataPoints to ###,###

Hello Qlixperts

                       Happy new year to all!!!

I want to format the value on the Data points to ###,### Valuyes on Data point.png

I want to display 65042 as 650,42..

Please advice something to acheive the result

Thanks

Varun

1 Solution

Accepted Solutions
Not applicable

Hi Varun,

you have several options, first you could use the Num() function around your expression to adjust the format to your desired output.

Num ([Expression], '###,###')

Or you can use the number tab within the chart properties.

Format.png

hope that helps

Joe

View solution in original post

4 Replies
Not applicable

Hi Varun,

you have several options, first you could use the Num() function around your expression to adjust the format to your desired output.

Num ([Expression], '###,###')

Or you can use the number tab within the chart properties.

Format.png

hope that helps

Joe

morganaaron
Specialist
Specialist

In your expression, wrap it in the num() function and specify your desired output, so:

Num([Your Expression], '###,###')

techvarun
Specialist II
Specialist II
Author

Thanks Aaron Morgan and JoeSimmons



     I have a container and 4 bar charts init, The above sollution is works fine for three charts and for one chart I am not able to Change the format



Any Idea to sort this out?


Appreciate your help



Thanks

Varun

morganaaron
Specialist
Specialist

What type of chart is it, and what's the expression?