Categories
- All Categories
- 93 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.2K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 53 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Watermarks in fusion BI Publisher RTF Template
Summary
Need to show watermarks in fusion BI Publisher RTF Template
Content
Hi,
Have a requirement that when the PO Status is Pending approval, it has to show as pending approval as a water mark. can anyone please let me know how to achieve this..Any changes to be done on data model. As i have added this condition
<xsl:variable name="DRAFT" select="xdoxslt:ifelse(/PO_STATUS/STATUS='PENDING APPROVAL’,'APPROVED','')"/> is it correct?
When PO status is approved it should show blank. when PO status is pending approval it should show draft or pending approval.
Thanks,
Version
fusion cloud
Answers
-
Hi Reddy.
I don't think it is possible to add Conditional Watermark on RTF templates.
I can see two options.
1. Use a conditional construction (if-then-else) to Add the information in BOLD on the header of you document
OR
2. Use a combination of conditional and SubTemplates to build the desired output.
Cheers.
Fernando
0 -
Hi Fernando,
Thanks for the output. Could you please let me know how to add the condition in Header level. As my requirement is
When PO status is approved it should show normal report output. when PO status is pending approval it should show draft or pending approval. any changes to do in data model or writing if -then- else in header level is enough.
Regards,
Reddy
0 -
Hi Reddy.
Sorry I was on leave.
Check this on how to use conditional regions.
https://docs.oracle.com/cd/E23549_01/bi.1111/e13881/T527073T564393.htm#tb_condr
Cheers.
Fernando
0