I am trying to insert a decimal to a whole number. The customer data is "267262" and I need to have it format as "$2,672.62".
Formally I would use FormatNumber(|->NumberField, "$###,###,###.##"), but it will format my number as "$267,262".
Not all the numbers in this field are the same length either. How can I make this work?
Thanks everyone!
Mari