Hi AllThis must be a seriously stupid question for people well versed in Dimensions and Hierarchies so I hope to get a quick answer. :-)I have a simple Dimension called DimTagInstance which has 3 Attributes (Id, Site Id, Latitude, Longitude). I would like to be able to access the Value of the other Attributes when I am in the context of another one.I have written the following query but it returns All for the Value.WITH MEMBER Measures.Latitude AS [DimTagInstance].[Latitude].CURRENTMEMBER.Name SELECT {[Measures].[Count], Measures.Latitude} ON 0, {[DimTagInstance].[Site Id].[Site Id]} ON 1FROM [Cube]Any help would be great.CheersLudo
↧