HI all,
To satisfy a requirement we are using REGEX() at universe.
We did POC on Oracle 10 universe and we are able to parse
Select area from d_nc
where REGEXP_LIKE (Area,REPLACE(@Prompt('Enter Area','A',,Mono,Free,Persistent),',','|'),'i')
but now in real time we are facing problem with the same syntax currently we are working on Data federator database.
Please suggest any solutuion that data federator will support this type of functions.
Thanks,
Madhavi.G