Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Queries on Bundle Info Select

Hi,

I have loaded images from database to QVW through Bundle info select.

Since it is having huge data, it is taking long time to reload and save.

Could You suggest any method to overcome this.

Warm Regards,

Joshmi

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Not after loading, but maybe you can try to load them with the following statement

Image_size

This clause is used with the Info prefix to resize images from a database management system to fit in the fields. Width and height are specified in pixels.

Example:

Info Image_size(122,122)Select ID, Photo From infotable;

View solution in original post

4 Replies
Gysbert_Wassenaar

Load smaller images. Use a graphics tool to down scale the images to a smaller size and perhaps to a better compressible format too.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Gysbert,

Thank You for Your Reply...

Since we are having read only access to database, We can't edit or compress the image.

Is there any method for re sizing the image after reloading to qvw?

Regards,

Joshmi

Gysbert_Wassenaar

No. Once the binary blobs are in the Qlikview document they cannot be edited.


talk is cheap, supply exceeds demand
stigchel
Partner - Master
Partner - Master

Not after loading, but maybe you can try to load them with the following statement

Image_size

This clause is used with the Info prefix to resize images from a database management system to fit in the fields. Width and height are specified in pixels.

Example:

Info Image_size(122,122)Select ID, Photo From infotable;