MissouriTiger
Programmer
Hi,
Please help if you can. I am a total beginner at this. I am building my first cube in SQL Server Analysis Services, and am having some serious difficulties, to say the least. I have two questions:
1. In order to create calculated members, I have had to add dimensions to the cube which are otherwise useless. Since we are planning to deliver cubes directly to our customers, it's pretty sloppy having a whole pile of dimensions, half of which are of no value. They just clutter up the interface. Is there a cleaner way of going about this?
The fact table in my cube comes from the "lineitem" table in our DB. The measures are:
lineitem.order_qty
lineitem.item_cost
lineitem.extended_price
We only want to populate the fact table with records Where lineitem.status NOT = X. Reason is that X is a canceled or invalid order. Can someone please tell me how to accomplish this?
Any suggestions will be greatly appreciated.
-Greg
________________________________________________
Constructed from 100% recycled electrons.
Please help if you can. I am a total beginner at this. I am building my first cube in SQL Server Analysis Services, and am having some serious difficulties, to say the least. I have two questions:
1. In order to create calculated members, I have had to add dimensions to the cube which are otherwise useless. Since we are planning to deliver cubes directly to our customers, it's pretty sloppy having a whole pile of dimensions, half of which are of no value. They just clutter up the interface. Is there a cleaner way of going about this?
The fact table in my cube comes from the "lineitem" table in our DB. The measures are:
lineitem.order_qty
lineitem.item_cost
lineitem.extended_price
We only want to populate the fact table with records Where lineitem.status NOT = X. Reason is that X is a canceled or invalid order. Can someone please tell me how to accomplish this?
Any suggestions will be greatly appreciated.
-Greg
________________________________________________
Constructed from 100% recycled electrons.