- Posts: 12
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
{sum(that.Q1) == 10}
{sum(Q1_SQ001, Q1_SQ002 , Q1_SQ003, Q1_SQ004.value) == 10}
In relevance : we wait for a value: then a "evaluation". On other oart : by default it's text , we can force EM with bracket.holch wrote: Weird why in the relevance equations we can not use curly brackets but in the other situations have to. saves a few milliseconds writing the code, but lacks of consistence.
I understand where it comes from. In some parts there can only be an equation, so then there is actually no need to put {}, but as I said, it is confusing at the beginning, because you "learned" that equations need curly brackets.In relevance : we wait for a value: then a "evaluation". On other oart : by default it's text , we can force EM with bracket.