Hello,I have a query statement below but whenever I run it I get an error: The ALLMEMBERS function expects a hierarchy expression for the argument. A member expression was used.SELECT [Measures].[Time Entry Hours] ON COLUMNS , [Time].[day].[Fiscal Year].ALLMEMBERS ON ROWSFROM [TestCube]I have set the AttributeHierarchyEnabled to True. Am I missing anything on my query?thanks!
↧