M
Markus Stehle
Hi all!
I have an OLAP cube that has a dimension named "Partner". This dimension has
two levels, "Type" and "ID" where "Type" is the top level.
On an ASP page I have a pivot table and the row axis of the pivot table is
bound to the "Partner" fieldset. The "Partner" fieldset contains two fields,
"Type" and "ID" (according to the levels in the "Partner" dimension). How
can I expand a single member of the "Type" field programatically? Let's say
I have the types "Standard" and "Premium", how can I expand the "Premium"
member (and only this) of the "Type" field? I can set Field.Expanded = true,
but this expands all members of the field.
Regards
Markus
I have an OLAP cube that has a dimension named "Partner". This dimension has
two levels, "Type" and "ID" where "Type" is the top level.
On an ASP page I have a pivot table and the row axis of the pivot table is
bound to the "Partner" fieldset. The "Partner" fieldset contains two fields,
"Type" and "ID" (according to the levels in the "Partner" dimension). How
can I expand a single member of the "Type" field programatically? Let's say
I have the types "Standard" and "Premium", how can I expand the "Premium"
member (and only this) of the "Type" field? I can set Field.Expanded = true,
but this expands all members of the field.
Regards
Markus