Oracle Analytics Cloud and Server

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

Watermarks in fusion BI Publisher RTF Template

Received Response
809
Views
3
Comments

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

  • FPonte
    FPonte Rank 6 - Analytics Lead

    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

  • Reddy-87640
    Reddy-87640 Rank 4 - Community Specialist

    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

  • FPonte
    FPonte Rank 6 - Analytics Lead

    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