
You need to note the following syntax rules when directly entering values:
| Description | Syntax Examples |
|---|---|
|
Equal to |
15 |
|
Exclude value |
!22 |
|
Value range |
1-5 |
|
Exclude value range |
!1-6 |
|
Greater than |
>7 |
|
Exclude values greater than <value limit> |
!>7 |
|
Greater than or equal to |
>=7 |
|
Exclude values greater than or equal to <value limit> |
!>=7 |
|
Less than |
<11 |
|
Exclude values less than <value limit> |
!<11 |
|
Less than or equal to |
<=11 |
|
Exclude values less than or equal to <value limit> |
!<=11 |
|
Contains pattern (for example, all values that begin with A) |
A* |
|
Exclude values that contain the pattern (for example, exclude all values that begin with A) |
!A* |
|
Characteristic hierarchy node |
<Characteristic Attribute>(<Technical Name of Characteristic>) for example ELEMENT1(WBS_ELEMNT) |
|
Text hierarchy node |
<Technical Name of Hierarchy Node>(0HIER_NODE) for example EUROPE(0HIER_NODE) |
|
Delimiter for multiple values: semicolon followed by a space |
1-5; >12; !8 |