<?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(Only()): nested aggregation not allowed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86446#M14162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have a fields called "&lt;STRONG&gt;RatioNumName&lt;/STRONG&gt;" and "&lt;STRONG&gt;RatioDenumName&lt;/STRONG&gt;", what I want is to find &lt;STRONG&gt;Min(&lt;SPAN style="font-size: 13.3333px;"&gt;RatioNumName&lt;/SPAN&gt;/&lt;SPAN style="font-size: 13.3333px;"&gt;RatioDenumName&lt;/SPAN&gt;)&lt;/STRONG&gt;, but ignoring the selections on &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RatioNumName &lt;/STRONG&gt;&lt;/SPAN&gt;and &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RatioDenumName&lt;/STRONG&gt;. Eventually &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RatioDenumName&lt;/STRONG&gt; and &lt;STRONG&gt;RatioNumName&lt;/STRONG&gt; are the names of the fields, which should be computed. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have done the following in order to test, if everything is working as expected: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioDenum) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;'{1} [' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;RatioDenumName&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&amp;amp; ']' &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioNum) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;'{1} [' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;RatioNumName &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;amp; ']',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;which seems to be working correctly, but when I say that I need: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(&lt;SPAN style="font-size: 13.3333px;"&gt;vRatioNum&lt;/SPAN&gt;)/&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioDenum))&lt;/STRONG&gt;, then no result. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I thought further and came with following idea: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Min($(=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(&lt;SPAN style="font-size: 13.3333px;"&gt;vRatioNum&lt;/SPAN&gt;))/$(=&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioDenum)))&lt;/STRONG&gt;, but again - no chances. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The last, I have tried: &lt;STRONG&gt;Min(Only({1} RatioNum)/&lt;SPAN style="font-size: 13.3333px;"&gt;Only({1} &lt;SPAN style="font-size: 13.3333px;"&gt;vRatioDenum&lt;/SPAN&gt;)&lt;/SPAN&gt;)&lt;/STRONG&gt;, but I get an error that "Nested aggregation not allowed", Does anyone has any clue, where the issue is?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 12:57:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-13T12:57:54Z</dc:date>
    <item>
      <title>Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86446#M14162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have a fields called "&lt;STRONG&gt;RatioNumName&lt;/STRONG&gt;" and "&lt;STRONG&gt;RatioDenumName&lt;/STRONG&gt;", what I want is to find &lt;STRONG&gt;Min(&lt;SPAN style="font-size: 13.3333px;"&gt;RatioNumName&lt;/SPAN&gt;/&lt;SPAN style="font-size: 13.3333px;"&gt;RatioDenumName&lt;/SPAN&gt;)&lt;/STRONG&gt;, but ignoring the selections on &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RatioNumName &lt;/STRONG&gt;&lt;/SPAN&gt;and &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RatioDenumName&lt;/STRONG&gt;. Eventually &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RatioDenumName&lt;/STRONG&gt; and &lt;STRONG&gt;RatioNumName&lt;/STRONG&gt; are the names of the fields, which should be computed. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have done the following in order to test, if everything is working as expected: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioDenum) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;'{1} [' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;RatioDenumName&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&amp;amp; ']' &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioNum) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;'{1} [' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;RatioNumName &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;amp; ']',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;which seems to be working correctly, but when I say that I need: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Min(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(&lt;SPAN style="font-size: 13.3333px;"&gt;vRatioNum&lt;/SPAN&gt;)/&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioDenum))&lt;/STRONG&gt;, then no result. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I thought further and came with following idea: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Min($(=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(&lt;SPAN style="font-size: 13.3333px;"&gt;vRatioNum&lt;/SPAN&gt;))/$(=&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(vRatioDenum)))&lt;/STRONG&gt;, but again - no chances. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The last, I have tried: &lt;STRONG&gt;Min(Only({1} RatioNum)/&lt;SPAN style="font-size: 13.3333px;"&gt;Only({1} &lt;SPAN style="font-size: 13.3333px;"&gt;vRatioDenum&lt;/SPAN&gt;)&lt;/SPAN&gt;)&lt;/STRONG&gt;, but I get an error that "Nested aggregation not allowed", Does anyone has any clue, where the issue is?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86446#M14162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T12:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86447#M14163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;you should have&lt;/P&gt;&lt;P&gt;min({1}RatioNum/RatioNum)&lt;/P&gt;&lt;P&gt;the set analysis apply to the grouping function, not to each of the operands&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86447#M14163</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-07-13T15:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86448#M14164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(vRatioDenum) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'[' &amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;RatioDenumName&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;&amp;amp; ']'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(vRatioNum) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'[' &amp;amp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;RatioNumName &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;amp; ']',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Min({1} &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;vRatioNum&lt;/SPAN&gt;)/&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;$(vRatioDenum))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86448#M14164</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T15:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86449#M14165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, does not do the trick, unfortunately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86449#M14165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T15:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86450#M14166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that, but it doesn't work that way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86450#M14166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T15:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86451#M14167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86451#M14167</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86452#M14168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to think about that in order to come up with an example, since it is not straight forward. Will try to do later&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86452#M14168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86453#M14169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we add this way Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;= Min({1} &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;$(=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;vRatioNum&lt;/SPAN&gt;)/&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;$(=vRatioDenum))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86453#M14169</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-13T15:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86454#M14170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worth giving it a shot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86454#M14170</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86455#M14171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't evaluate to a result(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86455#M14171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T15:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86456#M14172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86456#M14172</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T15:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86457#M14173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. May be a sample file will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 16:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86457#M14173</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-07-13T16:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86458#M14174</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;maybe :&lt;/P&gt;&lt;P&gt;use aggr because of nested not allowed&lt;/P&gt;&lt;P&gt;and add {1} everywhere, after min( too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Min({1} aggr(Only({1} RatioNum),your dimension)/aggr(&lt;SPAN style="font-size: 13.3333px;"&gt;Only({1} &lt;SPAN style="font-size: 13.3333px;"&gt;vRatioDenum&lt;/SPAN&gt;),your dimension&lt;/SPAN&gt;) )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;regards&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2018 08:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86458#M14174</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-15T08:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86459#M14175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌‌, here is a sample file, where output table denotes what results should be at the end in the ratiocompute table !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 14:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86459#M14175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T14:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86460#M14176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this won't be possible because dollar sign expansion is expanded at a chart level and not at a row level... when nothing is selected.... Numerator can take two values (Field1 or Field2) on different rows.... where as Denominator can take 3 values (Field2, Field3, Field4) on different rows.... So, when nothing is selected... this won't work...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208687_Capture.PNG" style="height: 84px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;but when you select a single row is selected (or group of rows with same Numerator and Denominator)... for example Ratio1... it will start working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/208697_Capture.PNG" style="height: 106px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is to use Pick(Match()) or If statement to do this... it doesn't look nice.... but it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Numerator, 'Field1', 'Field2', 'Field3', 'Field4'), Field1, Field2, Field3, Field4)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(Denominator, 'Field1', 'Field2', 'Field3', 'Field4'), Field1, Field2, Field3, Field4)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/208698_Capture.PNG" style="height: 157px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 14:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86460#M14176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86461#M14177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion. But, in reality I have like 14 fields and this will look like a mess. Maybe&amp;nbsp; there are some better ways on how to match the field name and with the text in the cell?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86461#M14177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-24T15:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86462#M14178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I know... this won't be possible... but may be &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;‌ or &lt;A href="https://community.qlik.com/qlik-users/61824"&gt;marcowedel&lt;/A&gt;‌ have ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86462#M14178</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Min(Only()): nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86463#M14179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny is right - a $-sign expansion won't directly work on row-level and the pick(match()) approach is already the most elegant way if you really need such a construct. Whereby it could be even done dynamically if you keep the parts within a table and used something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Pick(Match(Numerator, '$(=concat(FieldList1, chr(39) &amp;amp; ',' &amp;amp; Chr(39)))'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(='[' &amp;amp; concat(FieldList1, '],[') &amp;amp; ']'))&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 16:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Min-Only-nested-aggregation-not-allowed/m-p/86463#M14179</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-25T16:44:34Z</dc:date>
    </item>
  </channel>
</rss>

