Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Shahzad_Ahsan
Creator III
Creator III

How to view Employee Image in Qlik Sense

Hi Everyone

I want to display employee image in qlik sense.

Images are saved in a folder with EmpCode.jpg

Folder Path is saved in the database.

What I need is, I will make filter object with EmpName.

When an employee is selected his/her image should show.

How to do this please help me.  

7 Replies
shraddha_g
Partner - Master III
Partner - Master III

devarasu07
Master II
Master II

Hi,

Try to use the simple table extension. but it has some limitation (more details check my below thread)

Simple Table extension help

my previous thread

Simple Table extension help

Shahzad_Ahsan
Creator III
Creator III
Author

Hi Shraddha

This is great extension

But I cannot view the images. I don't know what is the issue

I am attaching my sample data, kindly have a look

devarasu07
Master II
Master II

Hi,

Try to use below thread (mock shared in this thread)

display images in table view using qlik sense

Thanks,

Deva

Shahzad_Ahsan
Creator III
Creator III
Author

Hi Devarasu, Thanks for reply

I don't want image list, i don't want image in table

What I need is, an image object that displays only one image at a time.

I will select employee name from filter and show in image object.

prithviram777
Partner - Contributor III
Partner - Contributor III

Hi Shahzad

In Qlik Sense Desktop, we can isert the images in the content folder inside Qlik-->Sense-> content

In Qlik server, we can go to Content library in QMC and upload all the photos, these pics will be mapped according to name and the name called in your app..

Please let me know if it helps.

Thanks

Prithvi

shraddha_g
Partner - Master III
Partner - Master III

You can refer link shared by devarasu07

If you want to display image on selecting employee name then you can put a condition there as

if ( getselectedcount(EmployeeNameField) =1,display image)