Hi everyone,
I'm trying to format a number to be displayed in a particular format and can't see how to achieve that.
I've looked at All About the Built-In AngularJS Filters ― Scotch.io as referred to in the help section.
Using the dashboard text node "Value format" field, and using {{value | number:1}} hPa which gives the result "1,012.8 hPa" which is correct.
However, the result I want is "1012.8 hPa" which is without the 1000 separation comma.
I know I could convert it to a text field etc. However I am wanting to achieve this by applying some sort of mask eg "9999.9" or "####.#".
I have tried all sorts and am stuck. Does anyone know where can I find more documentation or has anyone have any knowledge please?
Cheers.
Paul.