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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Link image on filesystem without bundle option / modify image resolution on bundle load

Hi all,

I need to insert images inside chart objects of my qlikview document.

The images are inside an Oracle db.

Two ways to do it:

1- export images from db to a folder and link them inside the QlikView document, though their path, but without load them inside the document throgh bundle option. The are a lot of images with high resolution and the document size could increase rapidly and constantly; I'd like to point them from document directly to filesystem.

2- load these images inside the document with bundle option resizing them to maintain low image size. Is there any option through which I can modify the resolution and consequently image size, in loading phase or directly inside front-end objects?

Thanks in advance,

A.

2 Replies
Not applicable
Author

I guess you want to know how 1 is executed. Lets say you have all files is D:\QV\Images. Get the file names (with path) into the QV document. Open a text object and type: ='D:\QV\Images\TestImage.jpg' in the expression and make the representation to image. Now you can see the image.

On access point this should be in the server disk. The same would work.

Regards,

Kiran.

Not applicable
Author

you can change the size:

info Image_size (200,200)  bundle  load



Path  as PATH_Picture,

EPFAD as Bildpfad



Resident skizzen where exists(KEY_EXIST,FIR  &'-'& VSAS &'-'& FORM&VACP);