I got a problem with saving view with two dimension dynamic subset. MDX expression is
Code: Select all
{filter ({tm1subsetall ([Dyn_dimA])}, [Dyn_dimA].[test1] = [Dyn_dimB].[test1])}
Works fine.
In my cube there are four dimensions Dyn_dimA, Dyn_dimB, Dyn_dimC, Dyn_dimD. Two last are dummy dimensions with several simple elements.
When I try to save a view where dynamic subset is placed in context, I got error. But I already have got such view (dynamic subset in context) in another model without any issue.
What may be the reason? I'm admin in the model.