Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, a lot of helpful QV doc here about set analysis but I still have one qst remained unanswered. Sorry if I'm missing some useful post.
This is QV demo example:
sum({$<CompanyName = p({$<CategoryName={'Baby Clothes'}>} CompanyName) - p({$<CategoryName={'SportsWear'}>} CompanyName)>} Sales)
Explanation: Sales for Customers who purchased Baby Clothes but not Sportswear.The first set p({}) returns CompanyName that purchased Baby Clothes.The second set p({}) returns CompanyName that Purchased SportsWear.The Unary Operator "-" between the two gives a list of Customers (CompanyName)that belong to the first but not the other set.
The qst are:
Or to make it more general how to get a list of Customer who didn't buy some Article or some Category?
Thank you in advance,
Milan