Casting double type to a string

I am trying to cast a double type to a string, and it’s converting it to scientific notation. I am then trying to use format string, but I’m getting a The format string you've entered is invalid. Please ensure you're using the correct placeholders error using the %f argument. Is there something I’m doing incorrectly?

Hey @michaelg1 I think you want to use format string on the double column first, something like this:

1 Like