NVL In RTF Template
Hi Team,
How to use NVL In rtf templete
If
<ABC> is null the it should write <DEF>
Thanks
AT
Can we use like this ?
<?xdofx: if ABC !='' then 'ABC' else 'DEF'?> <?end if?>
yes you can write like that
Put in one column tag
<?if:string-length(ABC) != '0 '?>
<?ABC?>
<?end if?>
<?if:string-length(ABC) = '0 '?>
<?DEF?>
OR
<?choose:?>
<?when:ABC!=''?> ABC <?end when?>
<?otherwise:?>DEF<?end otherwise?>
<?end choose?>
Hi Rajesh,
One small doubt
Do we need to pass it in a String or with String
or
<?xdofx: if ABC !='' then ABC else DEF?> <?end if?>
Since ABC is Expression coming from the DB
You can directly use nvl function using xdofx function in RTF template
<?xdofx: nvl(ABC,'DEF')?> where ABC will the column or field. Thanks
Use the expression which Rajesh123 gave (<?ABC?> should be defined as BI Publisher Field)
<?xdoxslt:ifelse(ABC !='',ABC,DEF)?>
I have tried all the suggested options but nothing seems to work, I am pretty sure direct NVL used to work before
Hi @Ankur.Bansal
This is very old Thread if you still looking for an help/answer from community can you start new thread ?
https://community.oracle.com/products/oracleanalytics/categories/bi-publisher
Regards,
Arjun
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (SCM). The session will cover updates on Supply Chain Management and Procurement. Presented by: Anil Sebastian - Senior Director, SCM Product Management, Fusion Data Intelligence…
I have Windows 64-Bit in my system and I have downloaded Oracle BI Publisher Desktop 64-bit. when trying to install Oracle BI Publisher in my system, I get error like "Set Word2007 flg failed" or "Please uninstall the current version using Add or Remove Program from the control Panel" But there is no program for Oracle BI…
I created a XLSX template in Oracle Analytics Publisher Desktop 26.01.01 and uploaded the template to a BI Publisher report in OTBI. Things worked initially, but this morning when running the report I received an error: The report cannot be rendered because of an error, please contact the administrator. Error Detail:…
Hi All, I have a question regarding the BI Publisher Outputs. I have configured the rtf template output as Excel but when the XML Report Publisher program completes and I click on View Output, the output opens in a browser and renders as an HTML. Can some one please assist why this is so. The BI Publisher version is…
The issue is related to the NordPass browser extension installed via our corporate policy. Issue observed: Users were unable to upload custom BI Publisher templates in Oracle Fusion (BI Publisher / Oracle Analytics) using Microsoft Edge and Google Chrome. The upload dialog remained indefinitely at "Uploading, please…