Wählen Sie Ihre Sprache:

<we:conditionAnd>

Since version: 2.2.0.0 | Requires endtag: no | Required modules: object

Description

This tag is used to add conditions within a <we:condition>. This is a logical AND, meaning that both existing conditions must be fulfilled.

Syntax

<we:conditionAnd />

Examples

Example 1

<we:condition>
  <we:conditionAdd field="Kleinbetrieb" value="j" compare="!="/>
  <we:conditionAnd/>
  <we:conditionAdd field="Ort" var="ort" compare="="/>
</we:condition>