Tag Loop Expression Tokens
Tag loop expressions are expressions that can only be used within the context of a tag loop and allow you to conditionally include or exclude code based on the attributes of the current tag.
Tag Loop Expression |
Description |
The tag includes an equal to comparison. |
|
The tag includes a greater than or equal to comparison. |
|
The tag includes a greater than comparison. |
|
The tag includes a less than or equal to comparison. |
|
The tag includes a less than comparison. |
|
The tag includes a not equal to comparison. |
|
The tag does not include an equal to comparison. |
|
The tag does not include a greater than or equal to comparison. |
|
The tag does not include a greater than comparison. |
|
The tag does not include a less than or equal to comparison. |
|
The tag does not include a less than comparison. |
|
The tag does not include a not equal to comparison. |
|
The tag is not linked to a previous tag because it is the first or only tag. |
|
The tag is linked to a previous tag with an AND operator. |
|
The tag is linked to a previous tag with an OR operator. |
|
The tag is linked to a previous tag with an AND or an OR operator. |
|
The tag is not linked to a previous tag with an AND operator. |
|
The tag is not linked to a previous tag with an OR operator. |
|
The structure being processed has multiple tags. |
|
The structure being processed has a single tag. |
Copyright © 2018 Synergex International, Inc.