Filter example 2: all transports from one customer AND status orderentry
Please note: when creating a filter some basic programming knowledge is essential. If you know which shipments you want to have filtered, but you miss the ability to write the correct filter statement, then send the programming desk a clear request by using your bug tracking system. Programmers will answer you back how much time is involved for creating this particulair filter.
In the first rule a statement is created to display all transports from customer 1234.
In the second rule a statement is created to display all transports where the status has been "orderentry".
Because all rules has to be matched, this filter will show all transports rom customer 1234 where the status has been "orderentry".