cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Info Steward filtering

kkoh
Discoverer
0 Kudos

Hi,

I am trying to filter out -

1. Deactivated vendors

2. Account group =6

and include train station 1,7, and 8

for the data set to be tested. However, I am getting an error message "mismatched expression <begin>, expecting <end of expression>. (COR-10608)".

Please find below for the filter, thanks.


BEGIN

$VE_SEARCH_TERMS_1 != 'DEACTIVATED' AND $VE_ACCOUNT_GROUP_ID != '0006' AND $VE_VENDOR_TRAIN_STATION = '0001' OR

$VE_SEARCH_TERMS_1 != 'DEACTIVATED' AND $VE_ACCOUNT_GROUP_ID != '0006' AND $VE_VENDOR_TRAIN_STATION = '0007' OR

$VE_SEARCH_TERMS_1 != 'DEACTIVATED' AND $VE_ACCOUNT_GROUP_ID != '0006' AND $VE_VENDOR_TRAIN_STATION = '0008' OR

END

Accepted Solutions (0)

Answers (0)