I would like to write two mdx queries with mondrian to analyze the stock. the first query is about exception last value aggregation and the second is about sum aggregation. below is my table of facts. Thank you.
my mdx :
with MEMBER [Measures].[STD LastValue]
AS ([Measures].[stock journalier],[Day].currentmember.lastchild) select [Measures].[STD LastValue] on columns from [stock analysis]
i want to know procedure to do that.