This eval is working Right,

eval:!in_list([‘Seeds’, ‘Services’ , ‘Engineering’ , ‘Raw Material’ , ‘Produce’ , ‘Products’ , ‘By-product’ , ‘Consumable’], doc.item_group)

to hide a field on items

Try:

eval: doc.item_group in ['Seeds', 'Services', 'Engineering', 'Raw Material’ , ‘Produce’ , ‘Products’ , ‘By-product’ , ‘Consumable’]
1 Like

Thanks, but I meant that it works good.