Solved Input mask for a field in Percentage format

zelarra821

Registered User.
Local time
Today, 23:55
Joined
Jan 14, 2019
Messages
849
Good Morning.

I need to know how to put an input mask to a field that I have with Numeric data type, Double field size, and Percentage format.

I have tried to put 99.00 (in Spain we use the comma for decimals, and the point for thousands), but I divide the values of the field by one hundred in the following records, and I would not like to have to modify the formulas that I have in the source query, because they are quite complex.

Thank you!
 
You wouldn't use an input mask for this. You would define the format as percent at the table level. See the picture below.
fieldFormat.JPG
 
Last edited:
Hi. "And the..." what? I don't understand. Thanks!
 

Users who are viewing this thread

Back
Top Bottom