[ How to ] Format Decimal to String ie: "#.##"

This rule will format any decimal number to a string with fixed 2 decimal places.
ie: #,## decimal number 2.1 = string "2.10"
See comments in rule & note local variables in the rule.

1 Like