<?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: Find min and max value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608753#M477888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use script as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD *, RowNo() as NO Inline [&lt;/P&gt;&lt;P&gt;GJ_Woche, Erloes&lt;/P&gt;&lt;P&gt;2010/01, 1.348&lt;/P&gt;&lt;P&gt;2010/02, 2.854&lt;/P&gt;&lt;P&gt;2010/03, 2.933&lt;/P&gt;&lt;P&gt;2010/04, 2.299&lt;/P&gt;&lt;P&gt;2010/05, 2.775&lt;/P&gt;&lt;P&gt;2010/06, 2.933&lt;/P&gt;&lt;P&gt;2010/07, 4.598&lt;/P&gt;&lt;P&gt;2010/08, 2.141&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For No of rows in Text Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 'Rows ' &amp;amp; Max(NO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 10:03:55 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-07T10:03:55Z</dc:date>
    <item>
      <title>Find min and max value</title>
      <link>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608752#M477887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a table I will find min/max value of GJ_Woche. In textboxes are the min/max values, but how can I get GJ_Woche of min/max and what’s wrong on textbox Rows. There is not the correct NoOfRows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 09:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608752#M477887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-07T09:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find min and max value</title>
      <link>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608753#M477888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use script as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD *, RowNo() as NO Inline [&lt;/P&gt;&lt;P&gt;GJ_Woche, Erloes&lt;/P&gt;&lt;P&gt;2010/01, 1.348&lt;/P&gt;&lt;P&gt;2010/02, 2.854&lt;/P&gt;&lt;P&gt;2010/03, 2.933&lt;/P&gt;&lt;P&gt;2010/04, 2.299&lt;/P&gt;&lt;P&gt;2010/05, 2.775&lt;/P&gt;&lt;P&gt;2010/06, 2.933&lt;/P&gt;&lt;P&gt;2010/07, 4.598&lt;/P&gt;&lt;P&gt;2010/08, 2.141&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For No of rows in Text Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 'Rows ' &amp;amp; Max(NO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608753#M477888</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-07T10:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find min and max value</title>
      <link>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608754#M477889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, you can try :&lt;/P&gt;&lt;P&gt;= 'Rows ' &amp;amp; &lt;STRONG&gt;Aggr(&lt;/STRONG&gt;NoOfRows(),GJ_Woche)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608754#M477889</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-07T10:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Find min and max value</title>
      <link>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608755#M477890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in object&lt;/P&gt;&lt;P&gt;='Total Rows' &amp;amp; aggr(noofrows(),GJ_Woche)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608755#M477890</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-04-07T10:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Find min and max value</title>
      <link>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608756#M477891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan&lt;/P&gt;&lt;P&gt;you can use 'count' function insted of 'NoOfRows'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #4d0000; font-size: 8pt;"&gt;'Rows '&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;&lt;STRONG style="color: #800080; font-size: 8pt;"&gt;Count&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;&lt;STRONG style="color: #008000; font-size: 8pt;"&gt;GJ_Woche&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Harsha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 10:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-min-and-max-value/m-p/608756#M477891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-07T10:27:25Z</dc:date>
    </item>
  </channel>
</rss>

