I would like to show a percentage value in a text box. For example - “Operating margin: 5.0%”
I currently have “Operating margin: {{OPMARGIN}}” but do not have a way of formatting the value.
I would like to show a percentage value in a text box. For example - “Operating margin: 5.0%”
I currently have “Operating margin: {{OPMARGIN}}” but do not have a way of formatting the value.
Hi Bruce,
You can use a number format converter.
Operating margin: {{OPMARGIN | 0.0% }}
More info on converters can be found here:
https://forio.com/epicenter/docs/public/data_binding_flow_js/converter-overview/