<?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: RowNo() returns null values only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031270#M1222419</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Sidhiq91,&lt;/P&gt;
&lt;P&gt;Thanks for this, it is working.&lt;/P&gt;
&lt;P&gt;But I'm exploring if it is possible to handle this outside the script and in the analyzer only, I have viewed many solutions already and they were able to rowno() just fine. I just don't know why I'm not able to make it work.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 05:50:21 GMT</pubDate>
    <dc:creator>Lesor</dc:creator>
    <dc:date>2023-01-30T05:50:21Z</dc:date>
    <item>
      <title>RowNo() returns null values only</title>
      <link>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031258#M1222417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to put an autoNo in the table instead in the load script (due to data size) but when I'm using rowno() or rowno(TOTAL), it only displays null. I'm new to qlik and I don't know what I'm doing wrong.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lesor_0-1675055642014.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99101iE25F8A326944C8BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lesor_0-1675055642014.png" alt="Lesor_0-1675055642014.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;#new_to_qlikview #rowno #qlikview_creating_analytics&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 05:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031258#M1222417</guid>
      <dc:creator>Lesor</dc:creator>
      <dc:date>2023-01-30T05:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: RowNo() returns null values only</title>
      <link>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031263#M1222418</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215882"&gt;@Lesor&lt;/a&gt;&amp;nbsp;Can you try something like below, let me know if this is working or not.&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Rowno() as Row_Number,&lt;BR /&gt;Ref_no&lt;BR /&gt;Inline [&lt;BR /&gt;Ref_no&lt;BR /&gt;1011&lt;BR /&gt;2011&lt;BR /&gt;3011&lt;BR /&gt;4011&lt;BR /&gt;5011&lt;BR /&gt;6011&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sidhiq91_0-1675056636690.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99102i7B8ED6E2D480427B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sidhiq91_0-1675056636690.png" alt="sidhiq91_0-1675056636690.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 05:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031263#M1222418</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-01-30T05:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: RowNo() returns null values only</title>
      <link>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031270#M1222419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Sidhiq91,&lt;/P&gt;
&lt;P&gt;Thanks for this, it is working.&lt;/P&gt;
&lt;P&gt;But I'm exploring if it is possible to handle this outside the script and in the analyzer only, I have viewed many solutions already and they were able to rowno() just fine. I just don't know why I'm not able to make it work.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 05:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031270#M1222419</guid>
      <dc:creator>Lesor</dc:creator>
      <dc:date>2023-01-30T05:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: RowNo() returns null values only</title>
      <link>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031281#M1222420</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try to use&amp;nbsp;RowNo(Total) in Measure instead of Dimension, hope it helps&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 06:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031281#M1222420</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-01-30T06:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: RowNo() returns null values only</title>
      <link>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031286#M1222421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_14" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935" target="_self" aria-label="View Profile of MayilVahanan" aria-describedby="userProfileCard-17935"&gt;&lt;SPAN class="login-bold"&gt;MayilVahanan&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much, this is what I'm looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_26" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6188" target="_self" aria-label="View Profile of sidhiq91" aria-describedby="userProfileCard-6188"&gt;&lt;SPAN class=""&gt;Sidhiq91&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much as well for helping.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 06:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RowNo-returns-null-values-only/m-p/2031286#M1222421</guid>
      <dc:creator>Lesor</dc:creator>
      <dc:date>2023-01-30T06:23:18Z</dc:date>
    </item>
  </channel>
</rss>

