How to use relation operator ( < >) in BI Publisher rtf template
I have a requirement to display a field based on date value. If date is >'01-aug-2013' then display 1 field else display 2 field.
I have added below code to the rtf but it is not working-
<?xdofx: TRX_DATE < '01-AUG-13' ?>
tried with this as well but did not work:
<?if: TRX_DATE < '01-AUG-13'?>
Can you suggest what is wrong in this code?
Thanks,