Counting or summing values can easily be done by following the example below.

${set(count,0)}
#{for links}
#{if (%{'${Links[n].LinkType}'.equals('tests')})}
${set(count,%{${count} + 1})}
#{end}
#{end}

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues