Hi Andrew,
no ideas - just a solution ;-)
but, I think you have to use the external notation and method setFilterExt().
the line should be like this:
DS_WEEK_SITE.setFilterExt("ZDASHBD" "!87");
if you want to exclude more, just repeat:
DS_WEEK_SITE.setFilterExt("ZDASHBD" "!87; !88;");
other notations:
range:
87 - 90;
(assure you have spaces near to the "-" character)
so you can combine:
DS_WEEK_SITE.setFilterExt("ZDASHBD" "!87; !88; 100 - 120; 145;");
Karol