Hello,
i need a help for the below
code qty ID
212345 anything 100
14565 kg 1
14564 no 2
if code starts with 2 qty anything that ID should be 100
if code starts with 1 and qty is kg ID should be 1
if code starts with 1 and qty is no ID should be 2
Thanks in advance