Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
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?>
-
Hi Rajesh, One small doubt Do we need to pass it in a String or with String <?xdofx: if ABC !='' then 'ABC' else 'DEF'?> <?end if?> or <?xdofx: if ABC !='' then ABC else DEF?> <?end if?> Since ABC is Expression coming from the DB
-
Can we use like this ? <?xdofx: if ABC !='' then 'ABC' else 'DEF'?> <?end if?> Thanks AT
-
Hi Guru, we have come across this we are already using data template only. kindly advise me Thanks AT