<?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: consecutive number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066802#M919543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can calculate the "No" column in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORIGINAL_DATA:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Grupo Corporativo, column1&lt;/P&gt;&lt;P&gt;Grupo4,&amp;nbsp; something1&lt;/P&gt;&lt;P&gt;Grupo2,&amp;nbsp; something1&lt;/P&gt;&lt;P&gt;Grupo3, something2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Grupo1, something1&lt;/P&gt;&lt;P&gt;Grupo1, something2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/*The [Grupo Corporativo] values are sorted and RowNo function generates the value of "No"*/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(ORIGINAL_DATA)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct [Grupo Corporativo],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RowNo() as No&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident ORIGINAL_DATA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order by [Grupo Corporativo]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 21:56:21 GMT</pubDate>
    <dc:creator>moleroalonso</dc:creator>
    <dc:date>2016-05-03T21:56:21Z</dc:date>
    <item>
      <title>consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066797#M919538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;good day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en" style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 12pt; font-family: arial, sans-serif;"&gt;I would like to help have the following problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 12pt; font-family: arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 12pt; font-family: arial, sans-serif;"&gt;I have a table with a list of names I believe the number field ( 1,2,3 ... 10) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en" style="font-size: 12pt;"&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif;"&gt;with this function as an expression if ( IsNull ( Above ( number) ) , 1, Above ( number) +1 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;as a result I throw this table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="lista.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123432_lista.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;I need you to select any name you leave the original number example&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;select the image siguinte&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;IMG alt="lista2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123433_lista2.png" style="height: auto;" /&gt;&lt;BR /&gt;Comercial Mexicana its original number is 6, when making the selection number 1 puts&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;my question is ...&lt;BR /&gt;as I can do so that when you select instead of 1 I respect the original number which is 6&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;thanks I hope you can help me greetings&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Luis Espinoza&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066797#M919538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066798#M919539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;STRONG&gt;If(IsNull(Above(Only({1}number))), 1, Above(Only({1}number)) +1) * Avg(1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066798#M919539</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066799#M919540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Sunny T &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;thanks already tried it but only gives me the number 1 in the whole list&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 18:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066799#M919540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T18:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066800#M919541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where it isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 20:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066800#M919541</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T20:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066801#M919542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Of course, with pleasure He puts the number 1 to the entire list of names&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ejemplo1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123447_ejemplo1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 20:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066801#M919542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-03T20:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066802#M919543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can calculate the "No" column in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORIGINAL_DATA:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Grupo Corporativo, column1&lt;/P&gt;&lt;P&gt;Grupo4,&amp;nbsp; something1&lt;/P&gt;&lt;P&gt;Grupo2,&amp;nbsp; something1&lt;/P&gt;&lt;P&gt;Grupo3, something2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Grupo1, something1&lt;/P&gt;&lt;P&gt;Grupo1, something2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/*The [Grupo Corporativo] values are sorted and RowNo function generates the value of "No"*/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(ORIGINAL_DATA)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Distinct [Grupo Corporativo],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RowNo() as No&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident ORIGINAL_DATA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order by [Grupo Corporativo]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 21:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066802#M919543</guid>
      <dc:creator>moleroalonso</dc:creator>
      <dc:date>2016-05-03T21:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066803#M919544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by sample, I meant your qvw application.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 00:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066803#M919544</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T00:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066804#M919545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, sans-serif;"&gt;good day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Deputy qvw I hope can help me thanks greetings&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 15:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066804#M919545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066805#M919546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rank(Sum({1}TARIFA_NETA)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 16:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066805#M919546</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T16:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: consecutive number</title>
      <link>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066806#M919547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;stalwar1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;thank you very much for your help served me pretty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;greetings and good day a hug&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 16:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/consecutive-number/m-p/1066806#M919547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T16:31:51Z</dc:date>
    </item>
  </channel>
</rss>

