Is it possible to use @STREXT on FILTER clause
For the first time i try to use @STREXT on a FILTER in my EXTRACT PUMP like above :
TABLE SCHEMA.TABLE, FILTER(@STREXT(COST_VERSION,1,3)='ABC');
But this one doesn't work, all the lines that are matching or not the FILTER are pumped.
Can you help me?
Regards
William