Using div in RTF need help — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Using div in RTF need help

Received Response
21
Views
1
Comments

Summary

Using div in RTF need help

Content

Hi Team

I am trying to use the below code in my RTF template but its not working

<?xdofx: IF C_VOLUME_CODE='FT3' THEN ROUND((C_VOLUME1 / 35.31),4) ELSE C_VOLUME1?><?end if?>

Please suggest me.

Thanks

AT

Answers

  • Thilib Arivu
    Thilib Arivu Rank 4 - Community Specialist

    Hi Team

    Issue Fixed by passing Div

    as below

    <?xdofx: IF C_VOLUME_CODE='FT3' THEN ROUND((C_VOLUME1 div 35.31),4) ELSE C_VOLUME1 ?><?end if?>