...
In general multiple filter entries are linked as AND, e.g. all conditions must be fulfilled (for special requirements please refer to Dependencies / Dependent values, field Type). But if the same field in a related filter definition is entered several times, the definitions for this field will always be linked OR.
Example
VIEW:MMS | MARA | LABOR | 001 |
MVIEW:MMS | MARA | LABOR | 002 |
MVIEW:MMS | MARA | MTART | HALB |
Filter is valid if
MARA-LABOR = '001' OR '002' AND MARA-MTART = 'HALB'
Exception: „Not equal test" (<>) on the same field will always be linked AND, because using OR for multiple entries will always return one valid result.
...
MVIEW:MMS
...
MARA
...
LABOR
...
001
...
MVIEW:MMS
...
MARA
...
LABOR
...
002
...
MVIEW:MMS
...
MARA
...
MTART
...
The date format is JJJJMMDD e.g. 20041201 for December 1st 2004.
...