<?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: Second Minimum Value from a list of Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896367#M73941</link>
    <description>&lt;P&gt;Hi&amp;nbsp; Anat, unfortunately I cannot use Min or Firstsortedvalue as each of M1,&amp;nbsp; M2 etc. are all different measures calculated using different formulae.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 08:13:56 GMT</pubDate>
    <dc:creator>mrthomasshelby</dc:creator>
    <dc:date>2022-02-23T08:13:56Z</dc:date>
    <item>
      <title>Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896356#M73939</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We can extract the minimum value from amongst multiple values by using RangeMin(exp1,exp2,...). Is there anyway to extract the&amp;nbsp;&lt;STRONG&gt;2nd Minimum Value&amp;nbsp;&lt;/STRONG&gt;from multiple values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's consider this for an example:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;M1&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M2&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M3&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M4&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M5&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M6&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M7&lt;/TD&gt;
&lt;TD width="12.5%"&gt;M8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="12.5%"&gt;15&lt;/TD&gt;
&lt;TD width="12.5%"&gt;16&lt;/TD&gt;
&lt;TD width="12.5%"&gt;17&lt;/TD&gt;
&lt;TD width="12.5%"&gt;18&lt;/TD&gt;
&lt;TD width="12.5%"&gt;19&lt;/TD&gt;
&lt;TD width="12.5%"&gt;21&lt;/TD&gt;
&lt;TD width="12.5%"&gt;26&lt;/TD&gt;
&lt;TD width="12.5%"&gt;31&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RangeMin(M1,M2,M3,M4,M5,M6,M7,M8) will return 15. What I would like is to extract the&amp;nbsp;&lt;STRONG&gt;2nd Minimum value&amp;nbsp;&lt;/STRONG&gt;from the list. How to go about it given that there isn't a rank argument available in the RangeMin function? Attached sample app with 3 measures M1,M2 and M3. Please help calculate the 2nd and 3rd minimum columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 06:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896356#M73939</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2022-02-24T06:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896365#M73940</link>
      <description>&lt;P&gt;can u try using Min function :&lt;SPAN&gt;&amp;nbsp;Min(UnitSales,2) to get second min value&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or try using firstsortedvalue&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896365#M73940</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-02-23T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896367#M73941</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Anat, unfortunately I cannot use Min or Firstsortedvalue as each of M1,&amp;nbsp; M2 etc. are all different measures calculated using different formulae.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896367#M73941</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2022-02-23T08:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896375#M73943</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can try using the &lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;Pick&lt;/SPAN&gt;() &lt;/STRONG&gt;function [1].&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Expression:&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;Pick&lt;/SPAN&gt;(2, &lt;SPAN style="color:#2980b9"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;), &lt;SPAN style="color:#2980b9"&gt;Min&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;), &lt;SPAN style="color:#2980b9"&gt;Max&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;), &lt;SPAN style="color:#2980b9"&gt;Avg&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;General:&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;Pick&lt;/SPAN&gt;(2, &lt;SPAN style="color:#8e44ad"&gt;M1&lt;/SPAN&gt;, &lt;SPAN style="color:#8e44ad"&gt;M2&lt;/SPAN&gt;, &lt;SPAN style="color:#8e44ad"&gt;M3 &lt;/SPAN&gt;...)&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The first argument is the index of which expression you would like to return.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;EM&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;---&lt;/P&gt; 
&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/pick.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/pick.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896375#M73943</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-02-23T08:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896377#M73944</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;This will only return the 2nd value in the list and not the&amp;nbsp;&lt;STRONG&gt;2nd Minimum Value&amp;nbsp;&lt;/STRONG&gt;from the list. I want to extract the 2nd Minimum value amongst M1,M2,M3,M4....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my example above the&amp;nbsp;&lt;STRONG&gt;2nd Minimum value&amp;nbsp;&lt;/STRONG&gt;amongst M1,M2,M3,M4,M5,M6,M7,M8 is 16 (M2).&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896377#M73944</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2022-02-23T08:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896433#M73956</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the clarification again, as I have missed this detail&amp;nbsp;from the description. The closest that I was able to get to your expected outcome is by following these steps:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. In the&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt; Data load editor&lt;/STRONG&gt;&lt;/SPAN&gt;, I have generated a new table with the&lt;STRONG&gt; expressions' values already calculated&lt;/STRONG&gt; there:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#8e44ad"&gt;GenerateExpressionsValues&lt;/SPAN&gt;:&lt;BR /&gt; &lt;SPAN style="color:#2980b9"&gt;Load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="color:#2980b9"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;) &lt;SPAN style="color:#2980b9"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color:#f39c12"&gt;SumExpression&lt;/SPAN&gt;,&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="color:#2980b9"&gt;Avg&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;) &lt;SPAN style="color:#2980b9"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;AvgExpression&lt;/SPAN&gt;,&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="color:#2980b9"&gt;Min&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;) &lt;SPAN style="color:#2980b9"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;MinExpression&lt;/SPAN&gt;,&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN style="color:#2980b9"&gt;Max&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;Value&lt;/SPAN&gt;) &lt;SPAN style="color:#2980b9"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;MaxExpression&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;Resident &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;Data&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;Let &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;E1 &lt;/SPAN&gt;= &lt;SPAN style="color:#2980b9"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color:#27ae60"&gt;'SumExpression'&lt;/SPAN&gt;);&lt;BR /&gt; &lt;SPAN style="color:#2980b9"&gt;Let &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;E2 &lt;/SPAN&gt;= &lt;SPAN style="color:#2980b9"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color:#27ae60"&gt;'AvgExpression'&lt;/SPAN&gt;);&lt;BR /&gt; &lt;SPAN style="color:#2980b9"&gt;Let &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;E3 &lt;/SPAN&gt;= &lt;SPAN style="color:#2980b9"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color:#27ae60"&gt;'MinExpression'&lt;/SPAN&gt;);&lt;BR /&gt; &lt;SPAN style="color:#2980b9"&gt;Let &lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;E4 &lt;/SPAN&gt;= &lt;SPAN style="color:#2980b9"&gt;Peek&lt;/SPAN&gt;(&lt;SPAN style="color:#27ae60"&gt;'MaxExpression'&lt;/SPAN&gt;);&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#8e44ad"&gt;Expressions&lt;/SPAN&gt;:&lt;BR /&gt; &lt;SPAN style="color:#2980b9"&gt;Load &lt;/SPAN&gt;* &lt;SPAN style="color:#2980b9"&gt;Inline &lt;/SPAN&gt;[&lt;BR /&gt; &amp;nbsp; &amp;nbsp; E&lt;BR /&gt; &amp;nbsp; &amp;nbsp; $(E1)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; $(E2)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; $(E3)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; $(E4)&lt;BR /&gt; ];&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;Drop Table &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;GenerateExpressionsValues&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. After that I had the table:&lt;/P&gt; 
&lt;P&gt;&lt;IMG alt="OUTPUT&amp;nbsp;" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/31428422-0304-4984-b2e9-cb71e60dc623.default.PNG" /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;3. Now I have created a new &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;KPI &lt;/STRONG&gt;&lt;/SPAN&gt;and you can use the expression: &lt;STRONG&gt;=&lt;SPAN style="color:#2980b9"&gt;Concat&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;E&lt;/SPAN&gt;,&lt;SPAN style="color:#27ae60"&gt;'-'&lt;/SPAN&gt;, &lt;SPAN style="color:#f39c12"&gt;E&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;IMG alt="OUTPUT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/e82c80ab-de21-40eb-a2cb-29f6a3ac090f.default.PNG" /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As you can see, this has created a string with all the values sorted in &lt;STRONG&gt;Ascending &lt;/STRONG&gt;order.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;4. Now if you also use the function &lt;STRONG&gt;&lt;SPAN style="color:#2980b9"&gt;SubField&lt;/SPAN&gt;()&lt;/STRONG&gt; as in expression:&amp;nbsp;&lt;STRONG&gt;=&lt;SPAN style="color:#2980b9"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN style="color:#2980b9"&gt;Concat&lt;/SPAN&gt;(&lt;SPAN style="color:#f39c12"&gt;E&lt;/SPAN&gt;,&lt;SPAN style="color:#27ae60"&gt;'-'&lt;/SPAN&gt;, &lt;SPAN style="color:#f39c12"&gt;E&lt;/SPAN&gt;), '-', 2)&lt;/STRONG&gt;, you will get:&lt;/P&gt; 
&lt;P&gt;&lt;IMG alt="OUTPUT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/6a56208c-9253-4de8-8a4b-c7881be2b84d.default.PNG" /&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As you can see, we&amp;nbsp;got the 2nd min value by splitting the string into parts based on delimiter&lt;STRONG&gt; '-' &lt;/STRONG&gt;and then selecting the &lt;STRONG&gt;2nd part&lt;/STRONG&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;EM&gt;&lt;STRONG&gt;I hope that this information was helpful.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 09:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896433#M73956</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-02-23T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896452#M73962</link>
      <description>&lt;P&gt;Try something like (UI):&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Max&lt;/STRONG&gt;(&lt;STRONG&gt;valueList&lt;/STRONG&gt;(&amp;nbsp;$(=$(M1)) ,$(=$(M2)) ,$(=$(M3)),$(=$(M4)),$(=$(M5)),$(=$(M6)),$(=$(M7)),$(=$(M8)) ), &lt;STRONG&gt;2&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Max&lt;/STRONG&gt;(&lt;STRONG&gt;valueList&lt;/STRONG&gt;( M1,M2, M3, M4, M5, M6, M7, M8 ), &lt;STRONG&gt;2&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896452#M73962</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-02-23T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896480#M73966</link>
      <description>&lt;P&gt;Hi tresesco,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try to use this, I get an expression error saying 'All parameters to ValueList must be constant'. For further clarity, M1,M2,M3... are all Aggr() of a variable over one dimension.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896480#M73966</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2022-02-23T11:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896482#M73967</link>
      <description>&lt;P&gt;Thank you Andrei for your efforts. I was hoping for something in the front end part but I guess I can maybe do this as a last resort.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896482#M73967</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2022-02-23T11:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896486#M73969</link>
      <description>&lt;P&gt;In that case, I guess you have to try something in line with the first option I showed, i.e - with dollar expansion. If that doesn't help, try to share an app with sample data to work on.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 11:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896486#M73969</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-02-23T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896555#M73984</link>
      <description>&lt;P&gt;Here's a sample app. Need to calculate 2nd &amp;amp; 3rd Minimums of var1, var2 and var3 which are variables.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 13:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896555#M73984</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2022-02-23T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896568#M73987</link>
      <description>&lt;P&gt;If you have multiple rows, then this won't work as expected. If you reduce your row to one, you get it using simpler expression:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tresesco_1-1645623014672.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72914iDC286D4F3F979897/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tresesco_1-1645623014672.png" alt="tresesco_1-1645623014672.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tresesco_2-1645623164205.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72915i76113A688363A759/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tresesco_2-1645623164205.png" alt="tresesco_2-1645623164205.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For multiple rows, I guess you would need bit more complex expression - this in combination with pick(... to make it row-wise calculation&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 13:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1896568#M73987</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-02-23T13:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Second Minimum Value from a list of Values</title>
      <link>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1897384#M74083</link>
      <description>&lt;P&gt;Maybe something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=RangeMin(
          If(M1&amp;gt;RangeMin(M1,M2,M3,M4,M5),M1),
          If(M2&amp;gt;RangeMin(M1,M2,M3,M4,M5),M2),
          If(M3&amp;gt;RangeMin(M1,M2,M3,M4,M5),M3),
          If(M4&amp;gt;RangeMin(M1,M2,M3,M4,M5),M4),
          If(M5&amp;gt;RangeMin(M1,M2,M3,M4,M5),M5)
         )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 22:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Second-Minimum-Value-from-a-list-of-Values/m-p/1897384#M74083</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-02-24T22:13:03Z</dc:date>
    </item>
  </channel>
</rss>

