Hi
Below is my Calc Measure. when I browse in the cube pane shows the total as #VALUE! (as shown below result) Please let me know what could be the reason for this behaviour in the cube browser
(IIF( [Sales Product].[Product Lines].currentmember.parent.name = 'Undefined'
,0
,SUM
(
NONEMPTY
(
(
FILTER
(
{
[Sales Product].[Product Lines].currentmember
, [Sales Product].[Product Lines].currentmember.siblings} AS SiblingsWithSelf
,(
NOT( SiblingsWithSelf.CURRENT IS SiblingsWithSelf.ITEM(0) )
AND StrToValue(SiblingsWithSelf.CURRENT.PROPERTIES("Rank Within Product Line")
) < StrToValue( SiblingsWithSelf.ITEM(0).PROPERTIES("Rank Within Product Line"))
)
) as ProductsWithLowerRank
) *[Measures].[Current Distinct Site Count]
)
)
)
)
Productline DataBases Count
Academic Search | ACADEMIC SEARCH PREMIER | 5754 |
Academic Search Complete | 39029 | |
Academic Search Elite | 285 | |
Academic Search Research & Development | 191 | |
Total | #VALUE! | |
America: History & Life | America: History & Life with Full Text | 1213 |
Total | #VALUE! | |
Applied Science & Technology | Applied Science & Technology Abstracts (H.W. Wilson) | 42 |
Applied Science & Technology Full Text (H.W. Wilson) | 2751 | |
Total | #VALUE! |
Thanks in advance
Prometh