sql server - How to get total value from Calculate Member MDX -
i wanted store total weekly variance(1.238.232,00) .
because there different value on mtd , wtd.
my calculated member is
"[variance(by plan qty) absolute ]" = abs(plant qty - actual qty) "[weekly variance (by plan qty) absolute ]" = sum(wtd([date].[calender].currentmember),[measure].[variance(by plan qty) absolute])
the value wanted 1.238.232,00 (like picture below)
if change value mtd value became 40.500,00.
can store total "weekly variance (byplan qty) absolute " based plant,material ,and month year picture below?
Comments
Post a Comment