Filtering custom groups?

J

jfizer

I'm trying to filter out the generated group "other" from my custom
groups. However, I get the message that "The value 'Other' is invalid
or ambiguous." when I try the following code. Any ideas or sugjestions
would be welcome.

document.pt.ActiveView.FilterAxis.InsertFieldSet(document.pt.ActiveView.FieldSets("Business
Unit"));
document.pt.ActiveView.FilterAxis.FieldSets("Business
Unit").Fields("Region").includedmembers=Array("Other")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top