techexpressinc1
New member
- Local time
- Today, 09:45
- Joined
- Jun 28, 2017
- Messages
- 2
We want the screen to show a percent with up to 4 decimal places, a value can be i.e.: 5.1234%
But if the value does not have 4 decimals not to show the ending zeros.
If the value is 5.12% - only show 5.12% not 5.1200%
If the value is 5.1234% - show 5.1234% not 5.12%
__
Table field parameters:
Type Numeric, Field Size = Single, Format=Percent, Decimal Places=4
_
Form Format parameters:
Format Percent, Decimal Places = 4, shows all 4 but when 5.12 shows 5.1200
Format Percent, Decimal Places = Auto, when 5.1234 show only 5.12
Is there a way for this to work?
Thx
Russ
But if the value does not have 4 decimals not to show the ending zeros.
If the value is 5.12% - only show 5.12% not 5.1200%
If the value is 5.1234% - show 5.1234% not 5.12%
__
Table field parameters:
Type Numeric, Field Size = Single, Format=Percent, Decimal Places=4
_
Form Format parameters:
Format Percent, Decimal Places = 4, shows all 4 but when 5.12 shows 5.1200
Format Percent, Decimal Places = Auto, when 5.1234 show only 5.12
Is there a way for this to work?
Thx
Russ