Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Images Not Displayed from Shared Drive

Hello,

I have a application where I want to display the photos of all Sales Persons. These images are stored in a Shared Drive. I am able to see the images in desktop mode, but not able to see them through access point.

Checked that Qlikview Service account have read access to the folder and I am using UNC path.

Please tell me what I am missing here? Below is my sample code:

Bundle load SalesID,

     photo_loc

From $(QVDPath)Sales.qvd(qvd);

Thanks

0 Replies