![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| with member [measures].[poncho] as |
#3
| |||
| |||
|
|
Based on your problem description, the [poncho] named set looks like a specific example of what you want in general, for members of the [dim product].[produits] hierarchy. Does a calculated measure like this work for you? with member [measures].[poncho] as [dim product].[produits].properties("poncho",typed) member [measures].[sumponcho] as sum(filter([dim product].[produits].children, [measures].[poncho] = false and [measures].[dollars] > 1), [measures].[dollars]) select {[measures].[dollars], [measures].[sumponcho]} on 0, {[dim product].[produits].[semences].[mais elite].[mais hte].[4066]} on 1 from phytosource - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |