<?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: Possible getting &amp;quot;RowNo()&amp;quot; of a dimension?!? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231798#M392458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;this idea is so simple and very good, just using the rank of the expression as dimension.&lt;/P&gt;&lt;P&gt;I only focused the RowNo() function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Nov 2016 12:09:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-27T12:09:31Z</dc:date>
    <item>
      <title>Possible getting "RowNo()" of a dimension?!?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231796#M392456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a&amp;nbsp; question concerning "dual()-dimensions". I'd just like to use &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; dimension and &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; expression.&lt;/P&gt;&lt;P&gt;Scripting and hidden dimensions (hidden column...) are not an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sample Input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;TABLE:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; client, sales&lt;BR /&gt; 1, 5&lt;BR /&gt; 2, 9&lt;BR /&gt; 3, 60&lt;BR /&gt; 4, 50&lt;BR /&gt; 5, 10&lt;BR /&gt; 6, 40&lt;BR /&gt; 6, 40&lt;BR /&gt; 7, 3&lt;BR /&gt; 8, 120&lt;BR /&gt; 9, 1&lt;BR /&gt; 9, 3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have a simple diagram with one dimension and one expression like that:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="144925" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144925_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;By using dual() within dynamic dimensions, I can achieve the following result:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="144929" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/144929_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Now my question: Is it possible to get the following result by just changing '?' to a dynamic expression:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="144930" alt="" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/144930_pastedImage_9.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I tried RowNo() and aggr() combinations without success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 09:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231796#M392456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-27T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Possible getting "RowNo()" of a dimension?!?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231797#M392457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at the attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As dimension try using this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(rank(sum(sales)),client)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 11:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231797#M392457</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-11-27T11:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Possible getting "RowNo()" of a dimension?!?</title>
      <link>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231798#M392458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;this idea is so simple and very good, just using the rank of the expression as dimension.&lt;/P&gt;&lt;P&gt;I only focused the RowNo() function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Nov 2016 12:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Possible-getting-quot-RowNo-quot-of-a-dimension/m-p/1231798#M392458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-27T12:09:31Z</dc:date>
    </item>
  </channel>
</rss>

