<?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 min() exclusively for positive values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494525#M480740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I desperately need to know how to get the MIN of a range a numbers with positive and negative values, where only the positive values will be taken into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for the range of numbers:&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;-1&lt;/P&gt;&lt;P&gt;-5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, if I stated min(numbers) -5 would be the outcome, however, I want 2 to be the outcome. How can I realize this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 15:05:55 GMT</pubDate>
    <dc:creator>ingoniclas</dc:creator>
    <dc:date>2013-11-07T15:05:55Z</dc:date>
    <item>
      <title>min() exclusively for positive values</title>
      <link>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494525#M480740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I desperately need to know how to get the MIN of a range a numbers with positive and negative values, where only the positive values will be taken into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for the range of numbers:&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;-1&lt;/P&gt;&lt;P&gt;-5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, if I stated min(numbers) -5 would be the outcome, however, I want 2 to be the outcome. How can I realize this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494525#M480740</guid>
      <dc:creator>ingoniclas</dc:creator>
      <dc:date>2013-11-07T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: min() exclusively for positive values</title>
      <link>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494526#M480741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min({&amp;lt;Numbers={"&amp;gt;0"}&amp;gt;}Numbers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494526#M480741</guid>
      <dc:creator />
      <dc:date>2013-11-07T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: min() exclusively for positive values</title>
      <link>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494527#M480742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;nummax(0,(min(-1 * numbers) * -1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494527#M480742</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2013-11-07T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: min() exclusively for positive values</title>
      <link>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494528#M480743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/min-exclusively-for-positive-values/m-p/494528#M480743</guid>
      <dc:creator>ingoniclas</dc:creator>
      <dc:date>2013-11-07T15:51:07Z</dc:date>
    </item>
  </channel>
</rss>

