![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| IIF([Account].CurrentMember.Level is |
#3
| |||
| |||
|
|
Since the value of [AccBudget] measure is soley based on the Account" Dimension, it won't automatically be filtered by the "Non Empty" clause applied by Excel or OWC. Assuming that there is a base cube measure like [Amount], you can set [AccBudget] to null when [Amount] is empty: IIF([Account].CurrentMember.Level is [Account].[Account Number] And Not IsEmpty([Measures].[Amount]), StrToValue([Account].CurrentMember.Properties("Budget")), null) - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |