Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
help me please ... can we do or not
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
OK ITS DOWNLOADED BUT CANT SEE THE IMAGE IN APPLICATION.......
info bundle LOAD ....;
info SQL SELECT .....;
and it's ok.
hi
pleasw go through that application
thanks
rohit
please refer the link for problem related to BLOB
http://community.qlik.com/message/130715#130715