Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

image file (jpg) file at expressions level

We have prepare pivot talbe thorugh chart property now we want to put image (Photograph) of respective account owner in expressions.

Can we do if so please let me know how ?

Pleae refer attachement file for the same.

1 Reply
sushil353
Master II
Master II

hi,

using bulk info load you can embedd the desired images into the qlikview and after that you can use them as expression in your table..

here is sample code.. in the below example code C:\flag is the folder location where i have saved the flags..

country:

LOAD * Inline

[

country,extension

AUSTRALIA,au

BRAZIL,br

CHINA,hk

];

FlagFiles:

bundle info load

     extension,

     'C:\flag\'&extension&'.png' as FilenameFlag

resident country;

if you need further assistance then post the sample application.

HTH

Sushil