Clint
02/28/2020, 12:11 AMbattk
02/28/2020, 12:27 AMClint
02/28/2020, 1:41 AMClint
02/28/2020, 1:41 AMbattk
02/28/2020, 2:01 AMbattk
02/28/2020, 2:01 AMbattk
02/28/2020, 2:05 AMbattk
02/28/2020, 2:07 AMREGEXP_INSTR({inventorydetail.inventorynumber},' ')
to get the index of the first space in the serialbattk
02/28/2020, 2:09 AMREGEXP_INSTR({inventorydetail.inventorynumber},'^[a-zA-Z0-9]*$')
and instead check that the index is 1Clint
02/28/2020, 4:24 AM