Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamically change a bar chart background

Hi

I am a newbie!

I am using Version 11.00.11282.0

I am trying to dynamically change the background image (.jpg) of a bar chart - depending on the selection. ie Country Flags.

when I select 'Dynamic Image' the expresssion entry sheet pops up - but I have no idea what or how I should create the script within this box.

I cant find this detailed anywhere.

Any ideas please?

Thanks

22 Replies
Not applicable
Author

Yes - but I want to show the image when selected from the Home Team List Box not the Club List box...

whiteline
Master II
Master II

As I've said,

You have to connect the field Club and the field [Home Team].

For example, just rename Club into [Home Team] (if there are the same values):

Info Load

Club as [Home Team],

Logo

FROM

Clublogo.csv

(txt, codepage is 1252, embedded labels, delimiter is ',', msq);

Not applicable
Author

Fantastic help!!

Thankyou very much.