<?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 Select the minimum value based on 2 dimensions (set analysis) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372121#M138376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a set analysis that selects the maximum "Gewicht" and returns the corresponding "Istwert" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the following : &lt;STRONG&gt;it works only when the max "Gewicht" is unique&lt;/STRONG&gt;. In the case where my selection is filtered and the are multiple "Gewicht" with the same value, it simply returns the sum of all the "Istwert" values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like to add a second criteria: return the "Istwert" where the Ziel_ID is minimal&lt;/STRONG&gt;. In this case it sould return &lt;STRONG&gt;-0.09&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at this post, I think the problematic should be the same but I couldn't get this working:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/186214#186214"&gt;http://community.qlik.com/message/186214#186214&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me ? Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2012 22:43:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-28T22:43:39Z</dc:date>
    <item>
      <title>Select the minimum value based on 2 dimensions (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372121#M138376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a set analysis that selects the maximum "Gewicht" and returns the corresponding "Istwert" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the following : &lt;STRONG&gt;it works only when the max "Gewicht" is unique&lt;/STRONG&gt;. In the case where my selection is filtered and the are multiple "Gewicht" with the same value, it simply returns the sum of all the "Istwert" values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like to add a second criteria: return the "Istwert" where the Ziel_ID is minimal&lt;/STRONG&gt;. In this case it sould return &lt;STRONG&gt;-0.09&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at this post, I think the problematic should be the same but I couldn't get this working:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/186214#186214"&gt;http://community.qlik.com/message/186214#186214&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me ? Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 22:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372121#M138376</guid>
      <dc:creator />
      <dc:date>2012-05-28T22:43:39Z</dc:date>
    </item>
    <item>
      <title>Select the minimum value based on 2 dimensions (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372122#M138377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=FirstSortedValue( {$&amp;lt;[Gewicht]={'$(=max([Gewicht], 1))'}&amp;gt;} Istwert, Ziel_ID)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 22:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372122#M138377</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-05-28T22:59:33Z</dc:date>
    </item>
    <item>
      <title>Select the minimum value based on 2 dimensions (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372123#M138378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats perfect!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I can also add a parameter to choose if I want the first, the second, the third... sorted value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=FirstSortedValue( {$&amp;lt;[Gewicht]={'$(=max([Gewicht], 1))'}&amp;gt;} Istwert, Ziel_ID,&lt;STRONG&gt;3&lt;/STRONG&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 07:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372123#M138378</guid>
      <dc:creator />
      <dc:date>2012-05-29T07:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select the minimum value based on 2 dimensions (set analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372124#M138379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I have posted two video tutorials about &lt;STRONG&gt;FirstSortedValue&lt;/STRONG&gt;. I thought you might be interested to watch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A class="jive-link-external-small" href="http://qlikshare.com/"&gt;http://qlikshare.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Happy learning!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 16:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-the-minimum-value-based-on-2-dimensions-set-analysis/m-p/372124#M138379</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-29T16:29:39Z</dc:date>
    </item>
  </channel>
</rss>

