I am trying to create a subtract query but it is not working. What I want is a list of IDs that are not in query 2 or query 3.
In BO terms this is what I am trying to do:
Query 1:
Family; ID; Sales
Subtract 2:
Family; ID; Orders - Where Program in list (23,35,54)
Subtract 3:
Family; ID; Retail Order - Where Program in list (57,54,40)
It doesn't seem to be working. I keep getting IDs returned that show up in Query 2 and three. I tried to use the same measure for all three, but the contexts are not the same so I am trying to set the context by changing the measures.
Any ideas?
In BO terms this is what I am trying to do:
Query 1:
Family; ID; Sales
Subtract 2:
Family; ID; Orders - Where Program in list (23,35,54)
Subtract 3:
Family; ID; Retail Order - Where Program in list (57,54,40)
It doesn't seem to be working. I keep getting IDs returned that show up in Query 2 and three. I tried to use the same measure for all three, but the contexts are not the same so I am trying to set the context by changing the measures.
Any ideas?