Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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);