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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load images from other machine

Hi all,

How can we load the images from another machine in edit script using bundle info load ?

Thanks in advance.

3 Replies
MK_QSL
MVP
MVP

if other machine is on same network, you can use the absolute/relative path to do bundle load

Not applicable
Author

Hi Manish,

Both machines are in same network and i checked the option "Relative Paths" in edit script, but i'm not able to see the images.

Below is my code, correct me if it is wrong :

Images:

Bundle Info LOAD

Timestamp(Replace( ColumnA,'T',' '),'YYYY_MMDD_hhmmss_fff')&'.jpeg' as ColumnA,

'\\visusjapat1\images\'&Timestamp(Replace(ColumnA,'T',' '),'YYYY_MMDD_hhmmss_fff')&'.jpeg' as ColumnALocation

FROM

C:\Data.qvd

(qvd)

Regards,

Venkat

fkeuroglian
Partner - Master
Partner - Master

Hi, see this example and only change the root path if the other source is in the same network

good luck

Fernando