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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Not able to view images in QV dashboard.

Hi All,

I have the following data in an excel..The file path is pointing to where the images are palced. But I'm not able to view these images in Access point. it is blank. Any ideas why it is not hswing iamges

Region

Unit

Year

Folder

FileName

FilePath

America

Power

2011

..\..\Data\

  1. ABC.JPG

..\..\Data\ABC.JPG

America

Power

2011

..\..\Data\

  1. XYZ.JPG

..\..\Data\XYZ.JPG

America

Power

2011

..\..\Data\

  1. FED.jpg

..\..\Data\FED.jpg

 

LOAD

Region,
BusinessUnit,
Year,
Folder,
FileName,
FilePath
FROM
[..\..\Data\Ref.xls]
(
biff, embedded labels, table is IMGLocation$);

Regarsd,

john

1 Solution

Accepted Solutions
deepakk
Partner - Specialist III
Partner - Specialist III

hi,

Is the issue when accessing over the web from different machine ? if yes then you mighthave to share the pics and give the share path like below

\\Servername\folder\image.

Deepak

View solution in original post

3 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi,

Is the issue when accessing over the web from different machine ? if yes then you mighthave to share the pics and give the share path like below

\\Servername\folder\image.

Deepak

Not applicable
Author

Hi Deepak,

yes..you are right..I can see these on my laptop...but when I post it to a server with a similiar folder structure as my laptop..and access it using web..cannot see it.

Where do I need to do these changes..in the script or in the excel source file?

Regards,

John.

Not applicable
Author

Thanks Deepak...putting the actual path in the source file instead of the relative fixed it.