Categories
How to display logo dynamically in FDI ?

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 ?
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 :)
0 -
Hello Gianni,
Thank you for the follow-up.I mean a "classic" analysis, dashboard , workbook using Fusion Data Intelligence ?0 -
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…
0 -
Hello @Gianni Ceresa thank you very much for the reply.
0