Actions

Translations

Translations:ExpressionScript - Presentation/97/en

From LimeSurvey Manual

Examples:

  • Has any part of question q1 been answered? -> {count(that.q1.NAOK)>0}
  • What is the assessment score for q2? -> {sum(that.q2.NAOK)}
  • What is the grand total of q3? -> {sum(that.q3.NAOK)}
  • What is the total of row C in q4? -> {sum(that.q4.sq_C.NAOK)}
  • What is the total of column 2 in q4? -> {sum(that.q4.sq_2.NAOK)}