Hi everybody,
I'm looking for the way to filter a report with the REGEXP_LIKE oracle function implemented with a list of patameters coming from a prompt
My problem is : To use the REGEXP_LIKE function, I have to "protect" the filter expression by "{" (example : {regexp_like(FAMILLES,''||replace('||?listCrText?||',';','^*|*')||'')}) but the list of parameters is not well valued probably because of the "{".
I tried to "cheat" with various combination like: {regexp_like(FAMILLES,''||replace(}||?listCrText?||{,';','^*|*')||'')} but it doesn't work.
Any idea ?
Thanks for your help.
I'm looking for the way to filter a report with the REGEXP_LIKE oracle function implemented with a list of patameters coming from a prompt
My problem is : To use the REGEXP_LIKE function, I have to "protect" the filter expression by "{" (example : {regexp_like(FAMILLES,''||replace('||?listCrText?||',';','^*|*')||'')}) but the list of parameters is not well valued probably because of the "{".
I tried to "cheat" with various combination like: {regexp_like(FAMILLES,''||replace(}||?listCrText?||{,';','^*|*')||'')} but it doesn't work.
Any idea ?
Thanks for your help.