Hi,
I’ve a computed decimal fixt (2) number field.
This show oke on the form.
Now I want to add this decimal field to a text field with @text(fieldname), but it will not appears with the fixed decimals, sometimes more or less then the 2 fixed decimal. It depends on the value of the number field.
If value is 25 the numberfield will show 25.00 but the textfield will show 25
If the value is 5.3164 the number field will show 5.32 but the textfield will show 5.3164
I want exactly the same value as showed on the form
How can I solve this?
Rgds,
Rudy