Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Displaying images from FileMaker Pro 12 image field

I can connect FileMaker Pro 12 Database from QlikView via ODBC.

But It is not possible to display the image field of FileMaker.

How to display image field(BLOB) in QlikView ?

Thanks

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     You need to use the bundle info load before the load statement to include the images in QlikView.

     For more information you can go to the help menu on QlikView Desktop.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Thank you for your reply.

The contents of the load script below.

ODBC CONNECT TO Virtual_Spec_Sheet (XUserId is RYHAbQRMNLacWUD, XPassword is WUWRWQRMNLacWQD);

LOAD "TV_No",

    "Virtual_Image";

SQL SELECT "TV_No",

    "Virtual_Image"

FROM "Virtual_Data";

Image is not displayed as shown Fig.1.

And BLOB image is not display as shown Fig.2.

Best Reagards,

Takahiro Miyamoto

Fig.1

blob.jpg

Fig.2

blob2.jpg