OWC 9.0 - Filter using Greater than operator.

C

Chavi

Hello All



I'm fairly new to OWC but have worked with MS OLAP to an extent.



I have to filter the data in a Pivot table (OWC 9.0) based on a
criteria.



I used Filtermembers property and it works when i pass the Unique value
in the member list

++++++++++++++++++++++++++++++++++++++



With PivotTable1.ActiveView.FieldSets("Age").Fields(0)

.FilterFunction = plFilterFunctionExclude

.FilterMembers = Array("25")

End With

++++++++++++++++++++++++++++++++++++++



But what i want to do further is to use ">" greater than operator in my
criteria. I wish to see only those who are greater than 25 years of age.



How do i achieve this in OWC 9.0 version.



Would be nice if anyone could answer my question ...



Chavi
 

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