Perspective Indirect format transform

I’m using Ignition 8.0.10. I want to apply an indirect format transform to the value so that the format can come from the tag FormatString and engUnit just like in Vision. Is there a way to do this?

Use an expression transform instead.
Read the tag’s formatString into another custom prop and then use:

numberFormat({value}, {this.custom.formatString})
1 Like