I'm having issues with this formula. It's showing left and right correctly but all are showing front. He's some examples of the data in the two fields...
{Inventory.Side}
LH
RH
{Inventory.Description}
LH, FRONT
RH, REAR
{Inventory.Type}
FRONT
REAR
if {Inventory.Side} = "LH" or {Inventory.Description} like "*LH*" and {Inventory.Type} = "FRONT" then "Left Front" else
if {Inventory.Side} = "LH" or {Inventory.Description} like "*LH*" and {Inventory.Type} = "REAR" then "Left Rear" else
if {Inventory.Side} = "RH" or {Inventory.Description} like "*RH*" and {Inventory.Type} = "FRONT" then "Right Front" else
if {Inventory.Side} = "RH" or {Inventory.Description} like "*RH*" and {Inventory.Type} = "REAR" then "Right Rear" else
if {Inventory.Side} = "LH" or {Inventory.Description} like "*LH*" and {Inventory.Type} = "" then "Left" else
if {Inventory.Side} = "RH" or {Inventory.Description} like "*RH*" and {Inventory.Type} = "" then "Right" else
if {Inventory.Type} = "FRONT" and {Inventory.Side} = "" then "Front" else
if {Inventory.Type} = "REAR" and {Inventory.Side} = "" then "Rear
{Inventory.Side}
LH
RH
{Inventory.Description}
LH, FRONT
RH, REAR
{Inventory.Type}
FRONT
REAR
if {Inventory.Side} = "LH" or {Inventory.Description} like "*LH*" and {Inventory.Type} = "FRONT" then "Left Front" else
if {Inventory.Side} = "LH" or {Inventory.Description} like "*LH*" and {Inventory.Type} = "REAR" then "Left Rear" else
if {Inventory.Side} = "RH" or {Inventory.Description} like "*RH*" and {Inventory.Type} = "FRONT" then "Right Front" else
if {Inventory.Side} = "RH" or {Inventory.Description} like "*RH*" and {Inventory.Type} = "REAR" then "Right Rear" else
if {Inventory.Side} = "LH" or {Inventory.Description} like "*LH*" and {Inventory.Type} = "" then "Left" else
if {Inventory.Side} = "RH" or {Inventory.Description} like "*RH*" and {Inventory.Type} = "" then "Right" else
if {Inventory.Type} = "FRONT" and {Inventory.Side} = "" then "Front" else
if {Inventory.Type} = "REAR" and {Inventory.Side} = "" then "Rear