K
Ken Mayers
I have run into a problem with OWC XP pivottable component. In XP it allows multiple selection of a dimension in the filter area but this is making my MDX calulated members in the cube return no data. In it's simplest form the MDX expression for the calulated member is
Count(Descendants([Manager].CurrentMember,[Worker]))
Having only 2 levels in the dimension. If all or one is selected in the pivot then everything works fine. However when multiple Managers or Workers are selected in the filter area no counts are returned. Everything works fine when the dimension is in the row or column area
I have masked the issue by using the FieldSets("Manager").AllowMultiFilter = False property in the pivot. This will only allow single selections of the dimension while in the filter area
Is this a known problem and is there a workaround
Count(Descendants([Manager].CurrentMember,[Worker]))
Having only 2 levels in the dimension. If all or one is selected in the pivot then everything works fine. However when multiple Managers or Workers are selected in the filter area no counts are returned. Everything works fine when the dimension is in the row or column area
I have masked the issue by using the FieldSets("Manager").AllowMultiFilter = False property in the pivot. This will only allow single selections of the dimension while in the filter area
Is this a known problem and is there a workaround