cancel
Showing results for 
Search instead for 
Did you mean: 

Filter member by "exclude" string - Analysis for Office

hodrv
Explorer
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos
hodrv
Explorer
0 Kudos

Hello Tammy,

Thanks for addressing, but It is going to help me because the link you've given is for normal filter, I want to filter by Macro.

Thanks

TammyPowlas
Active Contributor
0 Kudos

Hello - that was my intent; please try using the exclamation point as the operator for exclude

Answers (0)