Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to measure non aggregate type?

Status
Not open for further replies.

dlb777

Programmer
May 26, 2003
6
ID
If I have a fact table ex:
TBAnswer, have fields "Question", "Answer", "UserID"
Dimension table is
TBUser, have fields "UserID", "Name", "Address", "Job"(==>>varchar(40)).

If I want to count How many user whose answer "ABC" in question "AAAAAA". whose have a job as a "Programmer".
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.

 
In the cube editor,

- insert the two table.
- link the two table, 'UserID' to 'UserID'
- drag and drop 'UserID' from fact table to measure folder
- drag and drop 'Question' and 'Answer' from fact table and
'Job' from dimension table to dimension folder.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top