- Posts: 58
- Thank you received: 5
Ask the community, share ideas, and connect with other LimeSurvey users!
Tu as essayé avec >B directement ?<: the column must be less than the given value.
>: the column must be greater than the given value.
<=: the column must be less than or equal to the given value.
>=: the column must be greater than or equal to the given value.
<>: the column must not be the same as the given value. Note that when $partialMatch is true, this would mean the value must not be a substring of the column.
=: the column must be equal to the given value.
none of the above: the column must be equal to the given value. Note that when $partialMatch is true, this would mean the value must be the same as the given value or be a substring of it.