I have a formula which returns a numeric value such as 1,234.00
The end result I am looking for is to have a fixed length field of 8 charcaters with no thousand separators or decimal points. For example 1,234.00 to show as 00123400
I think I'm O.k with building up to 8 characters with preceeding zeros, but I have a real problem removing ,.
The end result I am looking for is to have a fixed length field of 8 charcaters with no thousand separators or decimal points. For example 1,234.00 to show as 00123400
I think I'm O.k with building up to 8 characters with preceeding zeros, but I have a real problem removing ,.