<?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: Upper bound on num rows for bundle load? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369040#M703779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Update - I came up with a workaround using a data island, so my application now works as it should. Nevertheless, if anyone knows the answer to the original question it would be very interesting to know! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 09:58:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-29T09:58:51Z</dc:date>
    <item>
      <title>Upper bound on num rows for bundle load?</title>
      <link>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369039#M703778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do a bundle load, associating png images with some field values. When I test on a small toy application everything works fine, both when there is one image per possible field value, when there are more images in the bundle load statement than values in the original table, when there are more values than images --- and also for different widths of the table containing the field in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far, so good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my real application, however, I have a table with 6 columns and about about 100 000 rows.&amp;nbsp; I want to associate two images with (two values of) a particular field, and these two values each occur about thirty times in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the bundle load statement simply seems to be ignored. So is there an upper bound on the number of rows when it comes to bundle loads?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 08:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369039#M703778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Upper bound on num rows for bundle load?</title>
      <link>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369040#M703779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Update - I came up with a workaround using a data island, so my application now works as it should. Nevertheless, if anyone knows the answer to the original question it would be very interesting to know! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 09:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369040#M703779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-29T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upper bound on num rows for bundle load?</title>
      <link>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369041#M703780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new on this.&lt;/P&gt;&lt;P&gt;I have the same problem.&lt;/P&gt;&lt;P&gt;Can you explain me how to work with data island.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 18:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369041#M703780</guid>
      <dc:creator />
      <dc:date>2012-10-16T18:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upper bound on num rows for bundle load?</title>
      <link>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369042#M703781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm writing this partially from memory, so hopefully I won't say anything which is wrong &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;What you would usually do is first to load your data, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Data:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD Field1, Field2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;From some_data_source;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;and then add images with a bundle load, in this case for Field2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;BUNDLE LOAD * Inline [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Field2, second_name_can_be_arbitrary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;1,path_to_image1.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;2,path_to_image2.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;3,path_to_image3.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4,path_to_image4.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you would refer to your images like so: &lt;SPAN style="font-family: courier new,courier;"&gt;qmem://Field2/1&lt;/SPAN&gt; --- and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this doesn't work for large data sets, as we know. So instead, I constructed a table which has no link to my original table, but which contains the (few) values which should have images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, as before, we do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Data:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD Field1, Field2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;From some_data_source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we make a copy of some of the rows, namely those which are to have images:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Island_with_image_rows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NOCONCATENATE LOAD Field2 as copy_of_Field2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Resident Data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;where some_clause_that_picks_the_image_rows;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we do a bundle load on this new table, namely&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;BUNDLE LOAD * Inline [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;copy_of_Field2, second_name_can_be_arbitrary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;1,path_to_image1.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;2,path_to_image2.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;3,path_to_image3.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;4,path_to_image4.jpg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now when you want to refer to your image, you need to write &lt;SPAN style="font-family: courier new,courier;"&gt;qmem://copy_of_Field2/1&lt;/SPAN&gt; instead of &lt;SPAN style="font-family: courier new,courier;"&gt;qmem://Field2/1&lt;/SPAN&gt;, but as long as this string is generated using &lt;SPAN style="font-family: courier new,courier;"&gt;only()&lt;/SPAN&gt; and whatnot, it should be doable --- at least it was in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you figure it out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 09:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upper-bound-on-num-rows-for-bundle-load/m-p/369042#M703781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-17T09:01:36Z</dc:date>
    </item>
  </channel>
</rss>

