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