<?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: Using Autonumber to generate sequence numbers for two different months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1757237#M719316</link>
    <description>&lt;P&gt;Thank you Kush&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2020 05:32:56 GMT</pubDate>
    <dc:creator>Gopi_E</dc:creator>
    <dc:date>2020-10-30T05:32:56Z</dc:date>
    <item>
      <title>Using Autonumber to generate sequence numbers for two different months</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1756994#M719314</link>
      <description>&lt;P&gt;Hi Qliker's,&lt;/P&gt;&lt;P&gt;I hope everyone doing good,&lt;/P&gt;&lt;P&gt;I am facing issue with Autonumber, It's not giving sequence Number,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create Sequence Numbers for two different Months, below one is my code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;StartDateMonthNo:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load StartDateMonth/Year&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;AutoNumber(StartDateMonth/Year) as StartDateMonthNo&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident SalesData Order By StartDate Desc;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;EndDateMonthNumber:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load EndDateMonth/Year,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;AutoNumber(EndDateMonth/Year) as EndDateMonthNo&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident HSMS_UK_SERVICE Order By EndDate Desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here i have two different Months(StartDateMonth/Year and EndDateMonth/Year) which is there in SalesData Table,&lt;/P&gt;&lt;P&gt;i need sequence numbers for above two months, but the bove code giving below result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gopi_E_0-1603966655829.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43198i2A601CA3F0DFB3C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gopi_E_0-1603966655829.png" alt="Gopi_E_0-1603966655829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In Above fields, EndDateMonth/Year having sequence number from 2 to 13 and&amp;nbsp; those numbers are not associate correctly with Month fields,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need sequence numbers 1 to 12 for each months separately line first Table(StartDateMonth/Year)&lt;/P&gt;&lt;P&gt;Please give any idea for getting sequence numbers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In Advance&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp; and All&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1756994#M719314</guid>
      <dc:creator>Gopi_E</dc:creator>
      <dc:date>2024-11-15T23:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Autonumber to generate sequence numbers for two different months</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1756999#M719315</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/40073"&gt;@Gopi_E&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;StartDateMonthNo:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load StartDateMonth/Year&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;AutoNumber(StartDateMonth/Year,&lt;FONT color="#FF0000"&gt;'Start'&lt;/FONT&gt;) as StartDateMonthNo&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident SalesData Order By StartDate Desc;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;EndDateMonthNumber:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load EndDateMonth/Year,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;AutoNumber(EndDateMonth/Year,&lt;FONT color="#FF0000"&gt;'End'&lt;/FONT&gt;) as EndDateMonthNo&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident HSMS_UK_SERVICE Order By EndDate Desc;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 11:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1756999#M719315</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-29T11:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using Autonumber to generate sequence numbers for two different months</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1757237#M719316</link>
      <description>&lt;P&gt;Thank you Kush&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2020 05:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Autonumber-to-generate-sequence-numbers-for-two-different/m-p/1757237#M719316</guid>
      <dc:creator>Gopi_E</dc:creator>
      <dc:date>2020-10-30T05:32:56Z</dc:date>
    </item>
  </channel>
</rss>

