Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to change image icon in all tabs

Hi All,

I am having image logo in all my tabs but now client chnage requirement of logo image and I have so many report and each report is having 4 to  5 tabs so how to change all report logo or how to maintain logo image.

2 Replies
teiswamsler
Partner - Creator III
Partner - Creator III

Hi Rameshwary

Put in the new image path in a variable and test it, then implementing the change in alle the tabs - then next time you can change it faster.

/Teis

dclark0699
Creator
Creator

We've started using bundle loads for our reused images for exactly this purpose.

IMAGES:

BUNDLE LOAD * INLINE [

  Image, Image_Location

  Logo, $(vIMAGEPATH)LogoClear.png

  Calendar, $(vIMAGEPATH)BtnCalendar.png

  Help, $(vIMAGEPATH)BtnHelp.png

];

Then referencing the bundled images in objects within the application

sample.png