Is it possible to use in sql datablocks/templates AND, OR operators?

F.ex.:
--IF=:state OR :country

Comments

janeks created an issue. See original summary.

metzlerd’s picture

--IF=:state:country

ought to work as an or

--IF=:state&:country

ought to work as an and.

janeks’s picture

Status: Active » Closed (fixed)

Thank you - it works :)