Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show the bit photo in the QlikView

Hi All,

I want to show the photo in the pivot table, the SQL clause:  select t memberid, imagedata from table.

The imagedata is bit not URL or Photo name.

How to show it in pivot table?

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi Isaac,

First, you need to use ODBC connection instead of OLEDB. QlikView can only read the BLOB data through ODBC.

Next, you need to use the INFO + Bundle load statement to load the image data into QlikView. Please refer to my QVW (I've downloaded it, and can open. Not corrupted.)

For showing the image, you can refer to the chart.

View solution in original post

11 Replies
Not applicable
Author

In the expression, change the Representation type to Image.

Not applicable
Author

Sorry, it does not work, could you provide one sample doc to me?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

    Can you send the Qvw file.

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

Here is the QVW.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   The file is not opening at my side, may be it got currpt,

   Please upload a fresh copy.

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

Hi All,

I have attached my doc, the imagedata is bit, how to show it in pivot table?

Thanks.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   I couldnt find anything in qlikview.

   There can be two ways to do this.

   1. Write vbscript macro which will convert the byte into image and then use it to show in chart.

           This is not a good option.

   2. Do this conversion at your datasource level, and then fetch that in qlikview.

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

Hi Kaushik,

You mean QV could not show bit picture that is stored in SQL Server?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Qv can show the pictures but it need to be in image format not in byte.

Regards,

Kaushik Solanki

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