Quantcast
Viewing all articles
Browse latest Browse all 1341

MDX question about a measure from a dimension

hiif i create a measure from a dimension and have that dimension on the rows, it works, but 1) the All isn't summed and 2) if i take it off the rows, it gives zero values[code]with member [measures].[test]as strtovalue([Deals BOID].[Deal Rate].CurrentMember.properties("Key"))select[measures].[test] on columns,Nonempty ({ [Deals BOID].[Deal Rate].members //[CCY Pair].[CCY Pair].members }) on rowsfrom[BRS2][/code]if you toggle the commented line from Rate to CCY, it goes wrongso my question is...I think I have this wrong in my head, how come the [All] member populate with the sum of the valuesAnd...more generally, how do i create a measure from a dimension, but make it aggregate?

Viewing all articles
Browse latest Browse all 1341

Trending Articles