<?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 autonumbering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151303#M29178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I need your advice about the following problem:&lt;BR /&gt;I have 3 dimensions in a pivot table (Country, DelivDate,DelivMaterial) and I need to add a field for autonumbering related only to the first two dimensions(Country, DelivDate).&lt;BR /&gt;At each change with the 'Country' the numbering should start with '1'and at each change&lt;BR /&gt;of 'DelivDate' the numbering should increase with '1'.&lt;BR /&gt;I thought about using Ronum(), but it doesn't work with 3 dimensions, only when there are two.&lt;/P&gt;&lt;P&gt;Kalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 23:19:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-06T23:19:27Z</dc:date>
    <item>
      <title>autonumbering</title>
      <link>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151303#M29178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I need your advice about the following problem:&lt;BR /&gt;I have 3 dimensions in a pivot table (Country, DelivDate,DelivMaterial) and I need to add a field for autonumbering related only to the first two dimensions(Country, DelivDate).&lt;BR /&gt;At each change with the 'Country' the numbering should start with '1'and at each change&lt;BR /&gt;of 'DelivDate' the numbering should increase with '1'.&lt;BR /&gt;I thought about using Ronum(), but it doesn't work with 3 dimensions, only when there are two.&lt;/P&gt;&lt;P&gt;Kalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 23:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151303#M29178</guid>
      <dc:creator />
      <dc:date>2009-08-06T23:19:27Z</dc:date>
    </item>
    <item>
      <title>autonumbering</title>
      <link>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151304#M29179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalin,&lt;/P&gt;&lt;P&gt;just to be sure I'm getting you right an example (in brackets the autonumbered field):&lt;/P&gt;&lt;P&gt;Belgium 1.7.09 (1) Material A&lt;BR /&gt;Belgium 2.7.09 (2) Material B&lt;BR /&gt;Austria 5.7.09 (1) Material ...&lt;BR /&gt;Austria 6.7.09 (2) ......&lt;BR /&gt;Austria 7.7.09 (3) ....&lt;BR /&gt;Germany 1.7.09 (1)&lt;/P&gt;&lt;P&gt;Have you already tried with the peek() function - I think it would be better to do this in the script (also because of better performance)? Perhaps the purpose of your demand would give a better insight.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 01:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151304#M29179</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-08-18T01:06:40Z</dc:date>
    </item>
    <item>
      <title>autonumbering</title>
      <link>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151305#M29180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Biester, thank you very much about answering and helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest it took me so long to answer, because I was experimenting with different approaches the PEEK function.&lt;/P&gt;&lt;P&gt;I've got what I needed with the PEEK, implementing it in a IF condition:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PRODUCT,&lt;/P&gt;&lt;P&gt;DATE,&lt;/P&gt;&lt;P&gt;QTY,&lt;/P&gt;&lt;P&gt;If(Peek(Product)&amp;lt;&amp;gt;Product,1,Peek(Numbering)+1)&lt;/P&gt;&lt;P&gt;Group by Product, Date&lt;/P&gt;&lt;P&gt;Resident TRANSACTIONS;&lt;/P&gt;&lt;P&gt;Drop TRANSACTIONS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice week-end!&lt;/P&gt;&lt;P&gt;Kalin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 16:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151305#M29180</guid>
      <dc:creator />
      <dc:date>2009-08-24T16:20:58Z</dc:date>
    </item>
    <item>
      <title>AW:Re: autonumbering</title>
      <link>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151306#M29181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalin,&lt;/P&gt;&lt;P&gt;as I see your experimenting suceeded. Your script is just the way I had in mind.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;P&gt;P.S.: Weekend's already over now, unfortunately ;-(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2009 17:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autonumbering/m-p/151306#M29181</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-08-24T17:29:06Z</dc:date>
    </item>
  </channel>
</rss>

