If I have a fact table ex:
TBAnswer, have fields "Question", "Answer", "UserID"
Dimension table is
TBUser, have fields "UserID", "Name", "Address", "Age"(==>>varchar(40)).
If I want to count How many user whose answer "ABC" in question "AAAAAA". whose age is 20. And I want to cross that with answer "DEF" in question "BBBBB".
So i want to know how many user whose age 20 whose answer "ABC" in question "AAAAA" AND also answer "DEF" in question "BBBBB"
How do i must to design the cube?
I dont know if u know what i mean. But i've do my best to explain. Please help me. Thx.
TBAnswer, have fields "Question", "Answer", "UserID"
Dimension table is
TBUser, have fields "UserID", "Name", "Address", "Age"(==>>varchar(40)).
If I want to count How many user whose answer "ABC" in question "AAAAAA". whose age is 20. And I want to cross that with answer "DEF" in question "BBBBB".
So i want to know how many user whose age 20 whose answer "ABC" in question "AAAAA" AND also answer "DEF" in question "BBBBB"
How do i must to design the cube?
I dont know if u know what i mean. But i've do my best to explain. Please help me. Thx.