- Posts: 11
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Do you wantone column set to "text" and another set to "number"?
So to preset the text column to "N/A" use a question of type equation to preset this column, like
{QCode_SQ001_X001="N/A"}
{QCode_SQ002_X001="N/A"}
{QCode_SQ003_X001="N/A"}
regexMatch('/^[-+]?[0-9]*\.?[0-9]{0,2}$/',self.sq_SQ001_X002) and regexMatch('/^[-+]?[0-9]*\.?[0-9]{0,2}$/',self.sq_SQ002_X002) and regexMatch('/^[-+]?[0-9]*\.?[0-9]{0,2}$/',self.sq_SQ003_X002) and ...