Hi All,
I am trying to create a title text composed by a text and a number got in the collumn used in the chart, this collumn is a sum of another column so [“getColumn”, 0] return the value i want to display. Here is the formula i am applying at the moment
"text": ["round", ["/",["get", ["getColumn", 0], 0],1000000000]]
This function display as expected only the value without decimal places, but i want it to display the 2 first decimal places of the values as of using :.2f in numeric fields