Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Using div in RTF need help

Thilib Arivu
Rank 4 - Community Specialist
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
0
Answers
-
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?>
0