J
Johnyc
I developed a VB6 program that used the OWC9 PivotList Component and its
Filtermember property to save the state of the Pivotable so that it would
have the same members filtered on each axis when the user re-opened the
PivotTable.
I am trying to understand OWC11 and how to do the same thing without the
filtermember property which is discontinued. The VBA documentation lists the
Included and ExcludedMembers property which works for members that are unique
to that particular level. I have a Time dimension that has Quarters and
months for each of several years. As an example if I try to exclude all
except Quarter1 in 2005, my program sets Quarter1 of the first year in the
dimension which is the year 2000 and includes all of 2005. The kb article
q302101 tells me how to retreive filtered members but not how to set them.
I have not found a way to set the includedmembers property to a unique name
that includes the levels of the dimension. Is there a way?
Filtermember property to save the state of the Pivotable so that it would
have the same members filtered on each axis when the user re-opened the
PivotTable.
I am trying to understand OWC11 and how to do the same thing without the
filtermember property which is discontinued. The VBA documentation lists the
Included and ExcludedMembers property which works for members that are unique
to that particular level. I have a Time dimension that has Quarters and
months for each of several years. As an example if I try to exclude all
except Quarter1 in 2005, my program sets Quarter1 of the first year in the
dimension which is the year 2000 and includes all of 2005. The kb article
q302101 tells me how to retreive filtered members but not how to set them.
I have not found a way to set the includedmembers property to a unique name
that includes the levels of the dimension. Is there a way?