Parameter removing comma

image

Is it automatically removing the comma to make it 12?

Yes, the comma is treated as a thousand separator. You can use a calculated parameter with the following expression instead: "1,2"

That's what I thought, thanks for confirming. I'll work around it.