<?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 Generate a calculated column with serial numbers for a straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424440#M95993</link>
    <description>&lt;P&gt;I have a straight table containing 600 Rows of data. These 600 rows are divided in 3 groups based on a date. So each set of 200 rows of data pertain to a particular date (which is also one of the columns in the dataset). These rows are jumbled and not sorted based on date.&lt;/P&gt;
&lt;P&gt;I am trying to generate a calculated column (field) that contains serial numbers for each of the set of 200 rows. So 1 to 200 for one set belonging to a particular date, then again 1 to 200 for the next set and so on.&lt;/P&gt;
&lt;P&gt;However, I want this as a calculated column and not a measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:02:58 GMT</pubDate>
    <dc:creator>saurabh_Qlik1</dc:creator>
    <dc:date>2024-11-15T21:02:58Z</dc:date>
    <item>
      <title>Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424440#M95993</link>
      <description>&lt;P&gt;I have a straight table containing 600 Rows of data. These 600 rows are divided in 3 groups based on a date. So each set of 200 rows of data pertain to a particular date (which is also one of the columns in the dataset). These rows are jumbled and not sorted based on date.&lt;/P&gt;
&lt;P&gt;I am trying to generate a calculated column (field) that contains serial numbers for each of the set of 200 rows. So 1 to 200 for one set belonging to a particular date, then again 1 to 200 for the next set and so on.&lt;/P&gt;
&lt;P&gt;However, I want this as a calculated column and not a measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424440#M95993</guid>
      <dc:creator>saurabh_Qlik1</dc:creator>
      <dc:date>2024-11-15T21:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424448#M95994</link>
      <description>&lt;P&gt;Use RowNo() function in Load script to get serial number(1 to 600) for all the records.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 06:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424448#M95994</guid>
      <dc:creator>Vaibhav_Pathak</dc:creator>
      <dc:date>2024-02-28T06:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424449#M95995</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/230070"&gt;@Vaibhav_Pathak&lt;/a&gt;&amp;nbsp;for your reply.&lt;/P&gt;
&lt;P&gt;I have modified my question a bit. Will you be able to provide a solution to the updated question?&lt;/P&gt;
&lt;P&gt;Thanks for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 06:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424449#M95995</guid>
      <dc:creator>saurabh_Qlik1</dc:creator>
      <dc:date>2024-02-28T06:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424450#M95996</link>
      <description>&lt;P&gt;Also, is there a way to do this via Data Manager? I see my load script is locked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 06:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424450#M95996</guid>
      <dc:creator>saurabh_Qlik1</dc:creator>
      <dc:date>2024-02-28T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424871#M96030</link>
      <description>&lt;P&gt;You can generate the serial numbers on the script with:&lt;/P&gt;
&lt;P&gt;AutoNumber(RecNo(), DateField) as Serial&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 18:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2424871#M96030</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-02-28T18:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2426887#M96227</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;for your response. Is it possible to achieve this via Data Manager?&lt;/P&gt;
&lt;P&gt;I see functions like AutoNumber or RecNo cannot be applied using Data Manager.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 05:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2426887#M96227</guid>
      <dc:creator>saurabh_Qlik1</dc:creator>
      <dc:date>2024-03-05T05:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a calculated column with serial numbers for a straight table</title>
      <link>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2427274#M96252</link>
      <description>&lt;P&gt;Qlik made a design choice to exclude script only functions from the Data Manager calculated field dialog. I suppose because they cannot be calculated in the preview window.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Generate-a-calculated-column-with-serial-numbers-for-a-straight/m-p/2427274#M96252</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-03-05T15:55:36Z</dc:date>
    </item>
  </channel>
</rss>

