We have an application where users enter values and also enter the format that the value is supposed to appear. The purpose of the application is to allow users to enter data that will feed some tables which will then be reported against.
For example:
Table1.kpi_value has a value of -27.10
Table1.kpi_format has a value of ##.# bps
I need to create a formula that will display the value as -27.1 bps
Also, the value entered in the kpi_format field will be unique to that KPI. Specifically, it will not always be ##.# bps. It could be ##,###,### or some other variation.
I’m not even sure if this is possible but any help would be much appreciated.
Thanks,
Shannon
For example:
Table1.kpi_value has a value of -27.10
Table1.kpi_format has a value of ##.# bps
I need to create a formula that will display the value as -27.1 bps
Also, the value entered in the kpi_format field will be unique to that KPI. Specifically, it will not always be ##.# bps. It could be ##,###,### or some other variation.
I’m not even sure if this is possible but any help would be much appreciated.
Thanks,
Shannon