how to use like and not like in oracle xml report
Hi All,
How to use Like and not like in xml publisher report.
I have used below code but not working
<?if:contains(ORDER_TYPE,'%Credit%')?>
<?if:not contains(ORDER_TYPE,'%Credit%')?>
rdf report is source , apps R12.1.3
can u please help
0