Oracle Business Intelligence Applications

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

How to display logo dynamically in FDI ?

Received Response
31
Views
4
Comments

Hello,

We need to develop custom reports based on our needs.
In this implementation, we have multiple locations, each with its own logo.
We therefore need to make the logo display dynamic in the reports, depending on the logged-in user's location.

If user1 runs the report, LOGO1 will appear.
And if user2 runs the report, LOGO2 will appear.

Is it possible to store the logo in a specific location and dynamically retrieve it in the report in Fusion Data Intelligence?

Or is there another method in any other Oracle Cloud Reporting Tool ?

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Hi,

    First of all, welcome to the Oracle Analytics community and forum.

    Do you mind sharing some extra details on what place would you want that dynamic logo? Because that could definitely influence the possible answers.

    You mean in Publisher report?

    Or you mean a "classic" analysis or dashboard or a DV workbook?

    Thanks :)

  • Rank 1 - Community Starter

    Hello Gianni,
    Thank you for the follow-up.I mean a "classic" analysis, dashboard , workbook using Fusion Data Intelligence ?

  • The first thing crossing my mind for a dynamic thing in "classic" is definitely a session variable: it is user-based, and because you want the logo to be user-based, you should have something (a database table? an application role?) allowing to define what the logo should be for each user. Then you use the session variable as path of the logo in your dashboard pages and analyses.

    While the session variable will also exist in DV, it could be a bit more tricky to use: I don't know if a session variable will work in the URL of the image visualization. It should be possible to use it, but DV proved over the year to be missing some of those simple dynamic behaviours…

  • Rank 1 - Community Starter

    Hello @Gianni Ceresa thank you very much for the reply.

Welcome!

It looks like you're new here. Sign in or register to get started.