How to switch Dynamic Images using ALT — Oracle Analytics

Oracle Analytics Cloud and Server

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

How to switch Dynamic Images using ALT

Received Response
61
Views
6
Comments

Summary

How to switch Dynamic Images using ALT

Content

image

We are trying to switch the logo on each invoices.

We changed the UBE to get the correct URL

The XML  has the correct URL.

But it seems to print the same one on all the Invoices.

Thanks

Rose

Answers

  • timdexter
    timdexter Rank 6 - Analytics Lead

    Hi Rose

    You are talking about UBEs so the report is running inside another application?

    What version of BIP are you using?

    You should check the caching level for the report in the report properties. Check the user docs here : https://docs.oracle.com/middleware/12213/bip/BIPRD/GUID-2EE979EC-D88B-4B70-B15B-AF887B499BD6.htm#BIPRD-GUID-921F37EA-395…

    Tim

  • timdexter
    timdexter Rank 6 - Analytics Lead

    Can you share steps on how you manage and run the report

  • Roset
    Roset Rank 2 - Community Beginner

    Release 11g (11.1.1)

  • Youssef_B_82
    Youssef_B_82 Rank 5 - Community Champion

    Hi,

    would it make sense to create a BI Publisher sub-template, store the logos and call them on the report where you need them?

    Just a suggestion to know if that works

    Regards,

    Youssef

  • Roset
    Roset Rank 2 - Community Beginner

    In the F01151  we store  /LOGO/OnYourMarks206259.jpg

    I a UBE I check the F01151 for the right logo report variable:      LOGOURL_ID165

    Using a Fat Client, Word2010, we are successfully
    pulling an image (.jpg) dynamically from a network shared folder:
    .rtf built using Word2010
    dummy image alt text Title section: url:{//LOGOURL_ID165}
    retrieving Address Book>Who's Who>Internet Email Address for the logo
    location: //SAN/SHARED/LOGOS/logo1.jpg

    On the iSeries

    QNTC which can "see" the network servers, shared folders, and the image
    JDE and ONEWORLD have full security to the directories and document
    Userids and passwords for servers are all the same



  • Roset
    Roset Rank 2 - Community Beginner

    I add the Bursting to the RD and it did Create the Invoice with the correct LOGO.

    The only down side is that it creates them individually in the outq.

    This is a lot to release to print.

    Has anyone created just one pdf with changing of the logo's

    Thanks