I'm using the Category3 field in Item Maintenance to capture a sequence of letters (LFS) that define item assortments. Have a custom report with a parameter field and need to define selection criteria that returns records which contain any of the predefined values.
Unfortunately, the only available operator (as regards to the parameter field) is ""Equal To."" How can I define the selection criteria so as to include records that contain any or all of the letters within my parameter field? I tried ""{CI_Item.Category3} in {?Assortment}"", but the ""in"" will not stick (reverts back to equal to).