<?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 Rowno with aggr for grouping data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rowno-with-aggr-for-grouping-data/m-p/2082072#M88741</link>
    <description>&lt;P&gt;Hi all&lt;BR /&gt;I have a table that have some fileds: Calendar,Ticket,Time (min) (sorted in ascending order)&lt;BR /&gt;I want to add row no for each Date like the sample bellow.&lt;BR /&gt;Important: I want to do this in the load script and not as an expression in a pivot or straight table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Abbou_0-1686301521565.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109657iB294352B9DF831D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Abbou_0-1686301521565.png" alt="Abbou_0-1686301521565.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 09:07:06 GMT</pubDate>
    <dc:creator>Abbou</dc:creator>
    <dc:date>2023-06-09T09:07:06Z</dc:date>
    <item>
      <title>Rowno with aggr for grouping data</title>
      <link>https://community.qlik.com/t5/App-Development/Rowno-with-aggr-for-grouping-data/m-p/2082072#M88741</link>
      <description>&lt;P&gt;Hi all&lt;BR /&gt;I have a table that have some fileds: Calendar,Ticket,Time (min) (sorted in ascending order)&lt;BR /&gt;I want to add row no for each Date like the sample bellow.&lt;BR /&gt;Important: I want to do this in the load script and not as an expression in a pivot or straight table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Abbou_0-1686301521565.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109657iB294352B9DF831D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Abbou_0-1686301521565.png" alt="Abbou_0-1686301521565.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 09:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rowno-with-aggr-for-grouping-data/m-p/2082072#M88741</guid>
      <dc:creator>Abbou</dc:creator>
      <dc:date>2023-06-09T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Rowno with aggr for grouping data</title>
      <link>https://community.qlik.com/t5/App-Development/Rowno-with-aggr-for-grouping-data/m-p/2082113#M88742</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be this in script&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;autonmumber(Calendar) as Rowno,&lt;/P&gt;
&lt;P&gt;Calendar,&lt;/P&gt;
&lt;P&gt;ticket,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;time&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from ...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 10:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rowno-with-aggr-for-grouping-data/m-p/2082113#M88742</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2023-06-09T10:25:41Z</dc:date>
    </item>
  </channel>
</rss>

