![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| IIF([Website Code].CurrentMember.Name = "All Country", |
#3
| |||
| |||
|
|
Looks like some of the dimensions (eg: Product) don't apply directly to the exchange rate cube - this is a common scenario for using ValidMeasure() in virtual cubes: IIF([Website Code].CurrentMember.Name = "All Country", [Revenue], [Country].[UK]) + SUM(Descendants([Week Dimension].CurrentMember, [Week Dimension].[Report Date]), ([Revenue], [Country].[US]) / ValidMeasure(([Ex Rate], [Country].[US]))) , [Revenue]) - Deepak *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
![]() |
| Thread Tools | |
| Display Modes | |
| |