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")
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")