Crystal XI
SQL 2008 db
I have a customer order table, multiple lines per order (they share the same order number, which the report is sorted by). I'm trying to figure out a way to filter the data by item number twice, I will attempt to explain it clearly.
I have a list of several items that are on some orders. I need to pull those orders only if a different item also exists on those orders.
Example:
Item numbers
111
112
113
114
115
I need to pull the orders for those item numbers only if item 'AAA' is also on each of those orders.
I can't just put all the item numbers into a formula filter or the Select Expert, as it will pull all orders with 'AAA', when I need it limited to just those orders that also have the short list of items I have.
I've looked over this site, every other Crystal resource I could find, and I'm stumped. Any help is appreciated. Thanks!
SQL 2008 db
I have a customer order table, multiple lines per order (they share the same order number, which the report is sorted by). I'm trying to figure out a way to filter the data by item number twice, I will attempt to explain it clearly.
I have a list of several items that are on some orders. I need to pull those orders only if a different item also exists on those orders.
Example:
Item numbers
111
112
113
114
115
I need to pull the orders for those item numbers only if item 'AAA' is also on each of those orders.
I can't just put all the item numbers into a formula filter or the Select Expert, as it will pull all orders with 'AAA', when I need it limited to just those orders that also have the short list of items I have.
I've looked over this site, every other Crystal resource I could find, and I'm stumped. Any help is appreciated. Thanks!