Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying figure if there is a standard way I could put/maintain my company logo in all our NPrinting reports. Example we have hundreds of NPrinting reports going out and we have added company logo in templates but if we were to change this we need to update it in each report. Is there a way we can standardize it, so that if we update the logo in one place all the reports gets updated for future reference.
Thanks,
Sikander
Hi @sikander02
I would say following:
you can load your image as base64 data and then use:
the bottom line is that your logo will have to be obtainable as a data source which you can either replace (replace file in particular url location (for example Qlik Sense library) or replace string representing your image for base64 embeding. This can also be used within map object so using base64 would be my prefered choice.
cheers