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?
This is the Chart

This is the column
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 !!!