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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Image loading error

i have a oracle database table in that i have all image file in a column with datatype as blob now when i call tht column to qlikview it gives error message ... so how can i convert tht blob and see the images in qlikview after loading the images directly from the database

6 Replies
Not applicable
Author

help me please ... can we do or not

biester
Specialist
Specialist

You have to use ODBC (not OLEDB) and you have must select with "INFO", e.g.:

INFO SELECT NAME_OF_PIC,PICTURE FROM ORACLE_TABLE;

where PICTURE is the BLOB-field.

Rgds,
Joachim

Not applicable
Author

OK ITS DOWNLOADED BUT CANT SEE THE IMAGE IN APPLICATION.......

qeipami
Contributor
Contributor

info bundle LOAD ....;

info SQL SELECT .....;

and it's ok.

rohit214
Creator III
Creator III

hi

pleasw go through that application

thanks

rohit

SunilChauhan
Champion II
Champion II

please  refer the link for problem related to BLOB

http://community.qlik.com/message/130715#130715

Sunil Chauhan