XREF function summarizing store members
Hello experts, I'm using XREF function in calc script and I need to get information from other dimension cube that member is "Dynamic Calc". This is an example:
Imagine that Total_Product is dynamic:
Input = @XREF(SourceDb, "Total_Product");
I would like to summarize Product members because are store and I think that is faster than dynamics but I can't do that:
Input = @XREF(SourceDb, @LEVMBRS("Total_Product",0));
I read in this documentation and is not allow:
Any workaround to get sum of store members instead a dynamic member?
Tagged:
0