Hello,
our goal is to create a BIP report publisher with different logos for our customers. We tried to include in our data model (created using logical queries) a BLOB variable that contains our images. In the data section we can see the BLOB variable, but when we try to open the BIP report we see an error, even if we didn't use the variable in the report. On the web, we found different videos that explain how to include dynamic images, but all of them use the rtf model, something we would like to avoid given the complexity of the model in its entirety.
As integration here one of the links that we followed:
https://docs.oracle.com/en/cloud/paas/analytics-cloud/acpmr/create-publisher-layout-templates.html#ACPMR-GUID-EAAA117F-4B39-459C-97B5-1E2AE400E785
We tried also to include dynamic images using url, stored as a column in the database, but this is the error we find:
Is there a way to include dynamic images without the rtf model, only using the BIP template?
Thanks