Baby question but I couldn't find this in the developer doc section;
Instead of multiple OR condtions is there a short hand something like
/* if any of the following EQ 1 then do something */
<mvt:if expr="'g.abc|g.def|g.ghi' EQ 1">
found - do something
<mvt:else>
not found - do something else
</mvt:if>
Instead of multiple OR condtions is there a short hand something like
/* if any of the following EQ 1 then do something */
<mvt:if expr="'g.abc|g.def|g.ghi' EQ 1">
found - do something
<mvt:else>
not found - do something else
</mvt:if>
Comment