<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GET A BLOB INTO YOUR QV SUCCESFULLY! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336233#M124040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt; Many thanks&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/18309"&gt;Sandeep Hamelink&lt;/A&gt; Like others this helped very much in solving the mystery of getting database stored images in to Qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2017 16:31:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-16T16:31:35Z</dc:date>
    <item>
      <title>GET A BLOB INTO YOUR QV SUCCESFULLY!</title>
      <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336229#M124036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear users,&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;For those who are having problems with a blob in your database. This is my solution.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I have a SQL Database with a table which contains an employee id and a picture. This picture has the datatype image. An image is another datatype. For example you have, integer, string, etc. Image is also a datatype.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;What is did is; i made connection with my database&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;DIV&gt;ODBC&lt;/DIV&gt;&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;CONNECT32&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[SUDBPROD SQL2008]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;DIV&gt;&lt;BR /&gt; Then i wrote this statement. You can change the database name and the fields to make it work for yourself. &lt;/DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;INFO&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;SELECT&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; EMPLID, "EMPLOYEE_PHOTO" FROM "Synaxion LVS".dbo."SDC_PSCS_EMPL_PHOTO"; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;&lt;P&gt;Blobs&lt;/P&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;P&gt;The &lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;Blobs &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;page makes it possible to bundle so-called Blobs, Binary&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;P&gt;Large Objects, in a QlikView document. It is usually a picture, a&lt;/P&gt;&lt;P&gt;text file or similar, stored as a single entity in a database management&lt;/P&gt;&lt;P&gt;system. The icon indicates that the field contains a blob.&lt;/P&gt;&lt;P&gt;The blobs in the database are listed together with size, in KB, and&lt;/P&gt;&lt;P&gt;type in the &lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;Blob Viewer&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;. The Blob is previewed next to the list if it&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;&lt;P&gt;is an image. QlikView supports jpg, png, bmp, pdf and rtf blobs.&lt;/P&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;&lt;P&gt;Bundle&lt;/P&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;P&gt;The &lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;Bundle &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;button opens the &lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;Bundle Dialog &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;where the&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;&lt;P&gt;Key Field for the Blob data &lt;/P&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; font-size: 8pt;"&gt;&lt;SPAN style="font-family: Arial; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;is selected and the blob can be&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 10pt;"&gt;&lt;P&gt;resized to fit in the table cell if it is an image. Mark &lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;Shrink&lt;/STRONG&gt;&lt;/P&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;&lt;P&gt;246&lt;/P&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; font-size: 8pt; font-family: Arial;"&gt;&lt;P&gt;Images &lt;/P&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: Arial; font-size: 8pt;"&gt;&lt;SPAN style="font-family: Arial; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;and apply width and height to resize the images to&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="font-size: 10pt; font-family: Times New Roman;"&gt;&lt;P&gt;fit. The setting does not handle aspect ratio.&lt;/P&gt;&lt;/SPAN&gt;&lt;DIV&gt;I hope this is useful for this community.&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;Gr. Sandeep&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 10:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336229#M124036</guid>
      <dc:creator>shahamel</dc:creator>
      <dc:date>2012-05-04T10:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: GET A BLOB INTO YOUR QV SUCCESFULLY!</title>
      <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336230#M124037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Sandeep for this code snippet. I ve been researching for over 10mths on how to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You made my day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Femi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336230#M124037</guid>
      <dc:creator />
      <dc:date>2016-03-02T17:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: GET A BLOB INTO YOUR QV SUCCESFULLY!</title>
      <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336231#M124038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Femi...&lt;/P&gt;&lt;P&gt;It works for you?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 19:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336231#M124038</guid>
      <dc:creator>sacosta5</dc:creator>
      <dc:date>2016-03-02T19:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: GET A BLOB INTO YOUR QV SUCCESFULLY!</title>
      <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336232#M124039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it did&lt;/P&gt;&lt;P&gt;Many thanks again.&lt;/P&gt;&lt;P&gt;Femi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 18:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336232#M124039</guid>
      <dc:creator />
      <dc:date>2016-03-15T18:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: GET A BLOB INTO YOUR QV SUCCESFULLY!</title>
      <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336233#M124040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt; Many thanks&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/18309"&gt;Sandeep Hamelink&lt;/A&gt; Like others this helped very much in solving the mystery of getting database stored images in to Qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336233#M124040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T16:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: GET A BLOB INTO YOUR QV SUCCESFULLY!</title>
      <link>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336234#M124041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Also it's possible simply to insert TO_CHAR(&amp;lt;blob variable&amp;gt;) then you fix the #Error0 message from Qlikview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 13:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GET-A-BLOB-INTO-YOUR-QV-SUCCESFULLY/m-p/336234#M124041</guid>
      <dc:creator>fabio_vallone</dc:creator>
      <dc:date>2017-06-05T13:29:20Z</dc:date>
    </item>
  </channel>
</rss>

