<?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 How to view a BLOB on Qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061068#M927545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="blob.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119206_blob.JPG" style="height: 499px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;We have our data in the BLOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am stuck at this point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>suraj_qlikdev</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to view a BLOB on Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061068#M927545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="blob.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119206_blob.JPG" style="height: 499px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;We have our data in the BLOB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am stuck at this point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061068#M927545</guid>
      <dc:creator>suraj_qlikdev</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to view a BLOB on Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061069#M927547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/997660"&gt;Re: GET A BLOB INTO YOUR QV SUCCESFULLY!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061069#M927547</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-23T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to view a BLOB on Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061070#M927549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, swuehl. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the post and learned that Qlikview supports jpg, png, bmp, pdf and rtf formats. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I still don't see any data for the BLOB field should I assume my BLOB data is not one of the supported formats as mentioned above? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will find out the my BLOB data format and will check back. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:28:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061070#M927549</guid>
      <dc:creator>suraj_qlikdev</dc:creator>
      <dc:date>2016-03-23T21:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to view a BLOB on Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061071#M927550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFO SELECT Imagename,&amp;nbsp; Image FROM Imagetable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUNDLE INFO LOAD Imagename, Image ;&lt;/P&gt;&lt;P&gt;SELECT DISTINCT Imagename,Image FROM Imagetable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061071#M927550</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-03-23T21:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to view a BLOB on Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061072#M927551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the ones you've mentioned but it didn't work. I still see binary values in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be the data in BLOB has a different file format. I am checking the same with my DBA. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 22:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061072#M927551</guid>
      <dc:creator>suraj_qlikdev</dc:creator>
      <dc:date>2016-03-23T22:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to view a BLOB on Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061073#M927552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Data Blob.JPG" class="jive-image image-1" src="/legacyfs/online/119348_Data Blob.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is the response for my question to find out the data format of the blob. We know that Qlikview supports only limited formats as I mentioned in my previous replys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone let me know what would be the best way I can bring this data onto Qlikview may be something like converting to readable format in any other applications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on my requirement I should bring this blob data on to my qlikview applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 15:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-view-a-BLOB-on-Qlikview/m-p/1061073#M927552</guid>
      <dc:creator>suraj_qlikdev</dc:creator>
      <dc:date>2016-03-24T15:28:46Z</dc:date>
    </item>
  </channel>
</rss>

