I have a field (data type number) that always ends in .00
There is always a number preceding it, but the length varies; e.g. 1234.00; 12345.00, 123456.00
In the past I have always been able to format the field with the format editor and export as xls file, but when I try to export as Character-seperated values; it ignores the format and shows .00
I’ve experimented with different functions, including converting to string, rtrim, trimright, but I have had no luck in getting rid of the .00
I know it is probably something basic and I will use again, so any suggestion would be appreciated.
There is always a number preceding it, but the length varies; e.g. 1234.00; 12345.00, 123456.00
In the past I have always been able to format the field with the format editor and export as xls file, but when I try to export as Character-seperated values; it ignores the format and shows .00
I’ve experimented with different functions, including converting to string, rtrim, trimright, but I have had no luck in getting rid of the .00
I know it is probably something basic and I will use again, so any suggestion would be appreciated.