I have 150 specific items displayed in a report with quantities listed for each. What I want is to create additional custom reports based on criteria in the "Item" field. As an example:
Item: ---- Quantity:
A B C I ------ 3
A C D B ------ 7
Y R S A ------ 9
N M E S ----- 40
B E D A ------ 3
N M D E ----- 20
How would I create a custom report that only returns data for items with "B" in the name (ABCI, ACDB, and BEDA)?