G
Guest
I have a table with a field (I have tried making it currency and number with
a fixed decimal of 2) that may contain values like 1.1 or 22.222 or
3333.3333. I need to put it in a text field that is 8 characters long with a
format "xxxxx.xx". The internal storage retains the decimal and the
conversion to text retains the exact number. Is there a string function that
retains only the two decimal places? Or a table configuration that only
retains the number in the proper format?
a fixed decimal of 2) that may contain values like 1.1 or 22.222 or
3333.3333. I need to put it in a text field that is 8 characters long with a
format "xxxxx.xx". The internal storage retains the decimal and the
conversion to text retains the exact number. Is there a string function that
retains only the two decimal places? Or a table configuration that only
retains the number in the proper format?