<?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: AutoNumber for Bundle load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205138#M878342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope.&lt;/P&gt;&lt;P&gt;sorry to ask you for so many times...&lt;/P&gt;&lt;P&gt;but what do mean by ID...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 12:44:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-19T12:44:25Z</dc:date>
    <item>
      <title>AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205132#M878336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a table, where we have the column where the image path and other two description columns are present.&lt;/P&gt;&lt;P&gt;When I try to bundle load, I have to provide one unique Id, so that it will get associated to image and same can be used for bundle load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can create the same, I tried to use the 'autonumber' function, but it throws an error saying -&lt;/P&gt;&lt;P&gt;"function autonumber(character varying) does not exist"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please assist me on same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&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/AutoNumber-for-Bundle-load/m-p/1205132#M878336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205133#M878337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try use &lt;/P&gt;&lt;P&gt;LOAD RowNo() as num&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205133#M878337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T12:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205134#M878338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to bundle load images then the table can have only two columns. So only and ID column and an image path. Other description columns can not be loaded in the same load statement. You'll need to store that data in another table with the ID column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205134#M878338</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-19T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205135#M878339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gysbert,&lt;/P&gt;&lt;P&gt;I am doing in same way....&lt;/P&gt;&lt;P&gt;but to have association between bundle load image and the description column, I will need associating column.&lt;/P&gt;&lt;P&gt;How can I add it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205135#M878339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205136#M878340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, let's try that again:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;You'll need to store that data in another table with the ID column.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Clearer now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205136#M878340</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-19T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205137#M878341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mrudul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send the sample file. so that we can understand underline fields and data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AR UMAMAHESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205137#M878341</guid>
      <dc:creator />
      <dc:date>2016-10-19T12:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205138#M878342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope.&lt;/P&gt;&lt;P&gt;sorry to ask you for so many times...&lt;/P&gt;&lt;P&gt;but what do mean by ID...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205138#M878342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205139#M878343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gysbert intention is to create key columns in bothe tables. am i correct&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;gysbert.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205139#M878343</guid>
      <dc:creator />
      <dc:date>2016-10-19T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205140#M878344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any column that can uniquely identify a record and the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205140#M878344</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-19T12:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205141#M878345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are only 3 columns.&lt;/P&gt;&lt;P&gt;2 description and 1 image path column.&lt;/P&gt;&lt;P&gt;Can we generate the 3rd column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205141#M878345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T12:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: AutoNumber for Bundle load</title>
      <link>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205142#M878346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3rd column? You already have three. And the table can contain only two. Three or more columns won't work. Any extra columns can only be added to another table linked to the bundle loaded table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AutoNumber-for-Bundle-load/m-p/1205142#M878346</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-10-19T12:59:33Z</dc:date>
    </item>
  </channel>
</rss>

