<?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 If value = minimum value and value = .. then in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93182#M15005</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;I'm looking for a proper expression for the following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of items (30.000 + rows and counting...) for which I know what kind of packaging it is (column STREEP) and if I want to publish it (column VPUIT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the minimum absolute value of STREEP and with VPUIT value 1 I want to show the articles in a pivottable. So for my calculated dimension I'd like to have this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The yellow marked cells in the sample file should be the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can help me out? Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2018 15:26:41 GMT</pubDate>
    <dc:creator>stevenpiers</dc:creator>
    <dc:date>2018-10-10T15:26:41Z</dc:date>
    <item>
      <title>If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93182#M15005</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;I'm looking for a proper expression for the following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of items (30.000 + rows and counting...) for which I know what kind of packaging it is (column STREEP) and if I want to publish it (column VPUIT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the minimum absolute value of STREEP and with VPUIT value 1 I want to show the articles in a pivottable. So for my calculated dimension I'd like to have this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The yellow marked cells in the sample file should be the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who can help me out? Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 15:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93182#M15005</guid>
      <dc:creator>stevenpiers</dc:creator>
      <dc:date>2018-10-10T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93183#M15006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue({&amp;lt;VPVUIT={1}&amp;gt;}STREEP,fabs(STREEP))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 15:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93183#M15006</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2018-10-10T15:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93184#M15007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try something like this&lt;/P&gt;&lt;P&gt;aggr(max({&amp;lt;VPVUIT={1}&amp;gt;}STREEP),Artikel) this will return the appropriate value of STREEP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93184#M15007</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-10T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93185#M15008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately no... I get a NULL result, thanks though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 07:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93185#M15008</guid>
      <dc:creator>stevenpiers</dc:creator>
      <dc:date>2018-10-11T07:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93186#M15009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My result should be as below. Your expression does work but needs a little extra effort I'm afraid. Your help is very appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample_IfValueMinimumValueAndValueThen.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215655_Sample_IfValueMinimumValueAndValueThen.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 08:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93186#M15009</guid>
      <dc:creator>stevenpiers</dc:creator>
      <dc:date>2018-10-11T08:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93187#M15010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weight in Requested Result should be 304 of course... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 08:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93187#M15010</guid>
      <dc:creator>stevenpiers</dc:creator>
      <dc:date>2018-10-11T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93188#M15011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats your expression for weight? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 10:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93188#M15011</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-11T10:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93189#M15012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appeared to work for me, but looking at the later posts there is more to your data model &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="316485.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215691_316485.png" style="width: 620px; height: 288px;" /&gt;&lt;/P&gt;&lt;P&gt;Attaching the app just in case it is of any use (I do have personal edition though).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 13:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93189#M15012</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2018-10-11T13:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: If value = minimum value and value = .. then</title>
      <link>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93190#M15013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The app is too big and sensitive to send. I'll try to make a workable version. I'll get back to you asap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 09:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-value-minimum-value-and-value-then/m-p/93190#M15013</guid>
      <dc:creator>stevenpiers</dc:creator>
      <dc:date>2018-10-16T09:23:23Z</dc:date>
    </item>
  </channel>
</rss>

