Percent in a Histogram Chart

Hey there!

I’m TRying to reach a Histogram chart of percent values but it shows me the decimal values.

Any advice on how to reach that?

3X_9_2_928f9c0b526f12993842e6ae6845618ca4e2f87a.png
This is the Chart

3X_5_5_5586faccb2bef25f8cfdcba1bad478af98b6f836.png
This is the column

Solved Solved
0 2 808
  • UX
1 ACCEPTED SOLUTION

Aurelien
Participant V

Hi @Juan_Camilo_Sierra

I don’t know if you can display percent as we usually understand it (actually i’m pretty sure you can’t).
Percent is just a way of showing decimal numbers.
So, the value 0.3 will be shown as 30%.

You may prefer to use a virtual column such as:
Apertura_chartPercent_VC
with expression : NUMBER([Apertura Promedio]*100)
And, in your chart editor, display the [Apertura_chartPercent_VC] on column values.

View solution in original post

2 REPLIES 2

Aurelien
Participant V

Hi @Juan_Camilo_Sierra

I don’t know if you can display percent as we usually understand it (actually i’m pretty sure you can’t).
Percent is just a way of showing decimal numbers.
So, the value 0.3 will be shown as 30%.

You may prefer to use a virtual column such as:
Apertura_chartPercent_VC
with expression : NUMBER([Apertura Promedio]*100)
And, in your chart editor, display the [Apertura_chartPercent_VC] on column values.

Actually, I did it that way now, but I was hoping to find some way to make it looks like a percent…

But That´s OK. Thank you very much !!!

Top Labels in this Space