Skip to Content
0
Sep 18, 2018 at 10:19 AM

Filter member by "exclude" string - Analysis for Office

621 Views

Hello All,

I am working on analysis for office 2.6. I have a requirement related to Filter the member. I want to filter my member based on Exclude string.

For e.g.

Dim lResult as long

lResult= Application.Run("SAPSetFilter",
"DS_1", "0SOLD_TO__0COUNTRY", "CA;US;DE", "New York")

Now I want to exclude this "New York" From my selection.

Please help

Regards

Parichay Gupta