![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
How is dimension data deletion handled usually? The Product Dimension holds a list of all products. Some of these are deactivated in the OLTP in time. Since we have sales related to the product in the warehouse, we need to show the product in a product dropdown only if the product was active for that month. But we cannot use a filter to check against the sales measure because we don't want the product list to be sensitive to sales, only to time. If the product was active for a month, then it should be available in the picklist even if there was'nt any sale for that month. The reporting tool will be reporting services How can I model the warehouse for this? What changes do i need to make to the cube for this? Can someone please help me with the problem thank you! -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums...-olap/200508/1 |
#2
| |||
| |||
|
|
how do you populate your dropdownlist? from the cube? from the database? what is your current query to retrieve this list? How is dimension data deletion handled usually? [quoted text clipped - 19 lines] thank you! |
#3
| |||
| |||
|
|
From the cube. I just select all the members and list them. thanks Jéjé wrote: how do you populate your dropdownlist? from the cube? from the database? what is your current query to retrieve this list? How is dimension data deletion handled usually? [quoted text clipped - 19 lines] thank you! -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums...-olap/200508/1 |
#4
| |||
| |||
|
|
ok... but to get the list you have an MDX statement, what is your query? RS use queries to populate dropdown lists. The only solution I can see is if you can just display 1 dimension: create a new dimension called "product of the month" put in this dimension only the targted products + 1 product called "others" (with a ID = -1 for example) add a column in your fact table : "PorductOfTheMonthID" and map the dimension to this column then use this dimension in your report. you have to do a full process of the dimension every month From the cube. I just select all the members and list them. [quoted text clipped - 9 lines] thank you! |
#5
| |||
| |||
|
|
How is dimension data deletion handled usually? The Product Dimension holds a list of all products. Some of these are deactivated in the OLTP in time. Since we have sales related to the product in the warehouse, we need to show the product in a product dropdown only if the product was active for that month. But we cannot use a filter to check against the sales measure because we don't want the product list to be sensitive to sales, only to time. If the product was active for a month, then it should be available in the picklist even if there was'nt any sale for that month. The reporting tool will be reporting services How can I model the warehouse for this? What changes do i need to make to the cube for this? Can someone please help me with the problem thank you! -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums...-olap/200508/1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |