<?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 Creating the number sequence in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519695#M106314</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am plotting the products in production sequence in the order of production.&amp;nbsp;&lt;BR /&gt;Unfortunatelly my data, does not have a filed "position in sequence" but the production sequence is sorted by&amp;nbsp;&lt;BR /&gt;- order in sequence&lt;BR /&gt;- product in order&lt;BR /&gt;&lt;BR /&gt;To have the bars sorted correctly I created a field Order*100+product.&lt;BR /&gt;&lt;BR /&gt;Is there a way to create this as a normal numbers 1,2,3, ...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="glatocha_0-1748836453217.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180939i49ACF04BB6A49427/image-size/medium?v=v2&amp;amp;px=400" role="button" title="glatocha_0-1748836453217.png" alt="glatocha_0-1748836453217.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Here you can see: &lt;BR /&gt;order 1, products 1..3&lt;BR /&gt;order 2, products 1..3&lt;BR /&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jun 2025 03:56:17 GMT</pubDate>
    <dc:creator>glatocha</dc:creator>
    <dc:date>2025-06-02T03:56:17Z</dc:date>
    <item>
      <title>Creating the number sequence</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519695#M106314</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am plotting the products in production sequence in the order of production.&amp;nbsp;&lt;BR /&gt;Unfortunatelly my data, does not have a filed "position in sequence" but the production sequence is sorted by&amp;nbsp;&lt;BR /&gt;- order in sequence&lt;BR /&gt;- product in order&lt;BR /&gt;&lt;BR /&gt;To have the bars sorted correctly I created a field Order*100+product.&lt;BR /&gt;&lt;BR /&gt;Is there a way to create this as a normal numbers 1,2,3, ...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="glatocha_0-1748836453217.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/180939i49ACF04BB6A49427/image-size/medium?v=v2&amp;amp;px=400" role="button" title="glatocha_0-1748836453217.png" alt="glatocha_0-1748836453217.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Here you can see: &lt;BR /&gt;order 1, products 1..3&lt;BR /&gt;order 2, products 1..3&lt;BR /&gt;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 03:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519695#M106314</guid>
      <dc:creator>glatocha</dc:creator>
      <dc:date>2025-06-02T03:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating the number sequence</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519717#M106317</link>
      <description>&lt;P&gt;I would look to do this in script.&lt;/P&gt;&lt;P&gt;If you sort it in that order your could use PEEK or PREVIOUS function to create the numbering you like.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 06:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519717#M106317</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2025-06-02T06:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating the number sequence</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519727#M106318</link>
      <description>&lt;P&gt;You may combine both information differently within a dual(), like:&lt;/P&gt;&lt;P&gt;dual(&lt;SPAN&gt;Order &amp;amp; ' - ' &amp;amp; product,&amp;nbsp;Order*100+product) as orderProduct&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 07:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-the-number-sequence/m-p/2519727#M106318</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-06-02T07:41:12Z</dc:date>
    </item>
  </channel>
</rss>

