Personally, I need to create an OLAP solution for Campaign Management.
For example:
Group 1: I need to select a group of people who buy Apple
Group 2: I need to select a group of people who buy Orange.
If John Smith bought Apple and Orange, he should only exists in Group 1.
My question is how can I suppress data in Group 2 to ensure No one is in Group 1? It is very straight forward to use (NOT EXISTS) in Relational Database, but how can I do it in terms of OLAP? All I need is the COUNT.
Any inputs will be great.
Thank you very much for your help in advance.
For example:
Group 1: I need to select a group of people who buy Apple
Group 2: I need to select a group of people who buy Orange.
If John Smith bought Apple and Orange, he should only exists in Group 1.
My question is how can I suppress data in Group 2 to ensure No one is in Group 1? It is very straight forward to use (NOT EXISTS) in Relational Database, but how can I do it in terms of OLAP? All I need is the COUNT.
Any inputs will be great.
Thank you very much for your help in advance.