For a column in my table visualization, I’ve chosen the following format “0%”. According to the example provided on numeral.js, the source value will be multiplied by 100 to convert from share to percentage.

So what I had: the value 0.59 and 0% as the format.
What I expected: 59% in the corresponding column
What I’ve got: 1% in the corresponding column

Redash version : 5.0.2

Hi! Sorry for this - there is some inconsistency in the docs, we already work on this.

Thank you for the prompt response. It’s a pity though that you’ve decided to ditch that numeral.js functionality. It’s not quite convenient to multiply by 100 manually and it’s not how it works in most of the systems I worked with.