Format Numbers¶
Sometimes you want to change a numeric value to have decimals etc
For example show it as 1.00.
Rule Type Format¶
safe_cast(FieldName as float64)
Snippits¶
Format as Decimals¶
Rule Type = Calculated Output Field
Rule Attribute = safe_cast(FieldName as float64)
Examples¶
1 becomes 1.0