Using the Xtreme sample database, I need to display all Customers that have ordered a 'Rapel' and 'Mozzie' on the same order. I am grouping by Orders.CustomerID and then by Orders.OrderID with the Product.Product Name in the Details section. What is the formula I need to use in the Select Expert? Using the following :-
{Product.Product Name} = 'Rapel' or
{Product.Product Name} = 'Mozzie'
Returns all the Orders where either\both were ordered and replacing the 'or' with 'and' returns nothing (no surprises there). Thanks for reading this far, a response will be even more appreciated.
{Product.Product Name} = 'Rapel' or
{Product.Product Name} = 'Mozzie'
Returns all the Orders where either\both were ordered and replacing the 'or' with 'and' returns nothing (no surprises there). Thanks for reading this far, a response will be even more appreciated.