Hi, I have a matrix table where we want respondents to enter monetary values. We currently have it set with numerical validation, but we realized our analysis will run much smoother if respondents CANNOT enter commas, only decimals if need be.
I tried using custom validation with matches regex using this code: ^^0-9]+$
But that does not work, I get an error even when only numbers are entered (no , or . ) I also tried some other code I found in other discussions, but those are a few years old and did not work either.
Does anyone have a custom code that would allow these parameters?
Thank you!