Greetings,
Long time Crystal Reports formula novice. I wrote the below formula, it works, but wondered if there was a better way to represent the variation that are shown below?
Your assistance would be greatly appreciated!
Thank you!
if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "A"
then "703-A3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "B"
then "703-B3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "C"
then "703-C3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "D"
then "703-D3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "A"
then "703-A4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "B"
then "703-B4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "C"
then "703-C4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "D"
then "703-D4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "E"
then "703-E4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "A"
then "703-A3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "B"
then "703-B3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "C"
then "703-C3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "D"
then "703-D3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "A"
then "703-A4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "B"
then "703-B4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "C"
then "703-C4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "D"
then "703-D4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "E"
then "703-E4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "A"
then "703-A3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "B"
then "703-B3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "C"
then "703-C3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "D"
then "703-D3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "E"
then "703-E1"
else "BIN Type Unknown
Long time Crystal Reports formula novice. I wrote the below formula, it works, but wondered if there was a better way to represent the variation that are shown below?
Your assistance would be greatly appreciated!
Thank you!
if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "01" and {@Position} = "02" to "23" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "02" and {@Position} = "05" to "26" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "03" and {@Position} = "05" to "26" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "01" to "02" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "A"
then "703-A3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "B"
then "703-B3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "C"
then "703-C3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "05" to "10" and {@Level} = "D"
then "703-D3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "A"
then "703-A4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "B"
then "703-B4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "C"
then "703-C4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "D"
then "703-D4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "04" and {@Position} = "11" to "24" and {@Level} = "E"
then "703-E4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "01" to "02" and {@Level} = "E"
then "703-E1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "03" to "04" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "A"
then "703-A3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "B"
then "703-B3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "C"
then "703-C3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "05" to "10" and {@Level} = "D"
then "703-D3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "A"
then "703-A4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "B"
then "703-B4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "C"
then "703-C4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "D"
then "703-D4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "05" and {@Position} = "11" to "24" and {@Level} = "E"
then "703-E4"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "A"
then "703-A3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "B"
then "703-B3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "C"
then "703-C3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "01" to "04" and {@Level} = "D"
then "703-D3"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "A"
then "703-A2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "B"
then "703-B2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "C"
then "703-C2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "D"
then "703-D2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "E"
then "703-E2"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "A"
then "703-A1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "B"
then "703-B1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "C"
then "703-C1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "D"
then "703-D1"
else if {Sheet1_.wh_num} = "703" and {@Zone} = "RK" and {@Aisle} = "06" and {@Position} = "05" to "08" and {@Level} = "E"
then "703-E1"
else "BIN Type Unknown