Pierre 3/11/2022 1:31:34 AM If you need a variable number of decimals according to the nature of the record, you could also do the following: - Create a text field (or a formula text field) - Assign its content to something like If(<condition>, Format (Numeric field, "0.00"), Format(Numeric Field, "0.000")) - Display this text field instead of your numeric field
|