Formatting numbers in a loop
Hello,
I'm formatting decimal numbers in a loop, and it works on the first row but the 2nd row and thereafter it throws a type error for each row(my_data,
:my_col = Format( :my_col, "Fixed Dec", 16, 3, "Use thousands separator");
);
Error: <Column "my_col" changed to type Character to match formula.>
First row everything formats fine but I can't seem to figure out why it fails after.
Thanks