Location range examples |
The Facility Summary Report includes all locations greater than or equal to the From location and less than or equal to the To location. If the From location matches the To location, the report only runs or prints once for the location.
Underscore (_) denotes a blank space.
From: _____
To: _____
Result: prints all locations
From: AA123
To: AA123
Result: prints only location AA123
From: AA10
To: CC20
Result: prints all locations AA10 through CC20 (inclusive)
From: A
To: AZZZZZ
Result: prints all locations that start with A
From: A
To: C
Result: prints all locations between A and C
From: _____
To: MZZZZZ
Result: prints all locations less than or starting with M
From: M
To: _____
Result: prints all locations greater than or equal to M