Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to apply IF condition in Apex office print

shekhar chandelOct 21 2024

I am trying to convert my RTF layout in AOP layout but I am not able to convert few XML tags in my report layout

If condition in JSON
<?xdofx:if PRODUCT_TYPE = ‘Range Forward‘
then -STRIKE_RATE_RF end if?>

If condition in JSON
<?xdofx:if PRODUCT_TYPE = ‘Range Forward‘
then -STRIKE_RATE_RF end if?>

If condition in JSON
<?if:PRODUCT_TYPE = 'Range Forward' ?>-<? end if?>

this are my RTF xml tags now how I can use them in APEX print office

Comments
Post Details
Added on Oct 21 2024
1 comment
392 views