<?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: Find Min Value  from entire table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698514#M53476</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you show please how to store&amp;nbsp;&lt;SPAN&gt;min function from each column&lt;/SPAN&gt;&amp;nbsp;in a variable&amp;nbsp; ? can you provide code example fro that ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sun, 03 May 2020 05:03:58 GMT</pubDate>
    <dc:creator>vladimirkup</dc:creator>
    <dc:date>2020-05-03T05:03:58Z</dc:date>
    <item>
      <title>Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1685360#M52207</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if i have a simple table , for example like the one below with 3 columns (A,B,C) and 3 rows:&lt;/P&gt;&lt;P&gt;&lt;U&gt;A&amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp;B |&amp;nbsp; C&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;1&amp;nbsp; &amp;nbsp;|&amp;nbsp; 7&amp;nbsp; &amp;nbsp;|&amp;nbsp; 9&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;2&amp;nbsp; &amp;nbsp;| 11&amp;nbsp; | 13&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;5&amp;nbsp; &amp;nbsp;| 21&amp;nbsp; |&amp;nbsp; 3&lt;/U&gt;&lt;/P&gt;&lt;P&gt;How do i find a field with lowest value from the &lt;U&gt;entire&lt;/U&gt; table ? i know how to use MIN with Group BY but that would give me only a MIN value per column and i am looking for the minimum value of the &lt;U&gt;entire&lt;/U&gt; table. so in ,y example that would be 1 (column A in first row)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 13:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1685360#M52207</guid>
      <dc:creator>vladimirkup</dc:creator>
      <dc:date>2020-03-17T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698394#M53459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110115"&gt;@vladimirkup&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would probably use the min function in each column, store in variables and compere them.&lt;BR /&gt;I am afraid we won't have a way to pick the lowest number of the table as one.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 21:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698394#M53459</guid>
      <dc:creator>Wlad_Masi</dc:creator>
      <dc:date>2020-05-01T21:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698397#M53461</link>
      <description>&lt;P&gt;First question would be why do you want/need it? Second, does it have to be dynamic or is a static value fine?&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 21:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698397#M53461</guid>
      <dc:creator>javiersassen</dc:creator>
      <dc:date>2020-05-01T21:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698513#M53475</link>
      <description>&lt;P&gt;it's an intermediate calculation that will be used later. it's an dynamic value, the whole table will be updated on a daily basis.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 05:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698513#M53475</guid>
      <dc:creator>vladimirkup</dc:creator>
      <dc:date>2020-05-03T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698514#M53476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you show please how to store&amp;nbsp;&lt;SPAN&gt;min function from each column&lt;/SPAN&gt;&amp;nbsp;in a variable&amp;nbsp; ? can you provide code example fro that ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 05:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698514#M53476</guid>
      <dc:creator>vladimirkup</dc:creator>
      <dc:date>2020-05-03T05:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698866#M53514</link>
      <description>&lt;P&gt;I might have a better solution:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;OriginalTable:
LOAD * INLINE [
RowId, 	A, 	B, 	C
1, 		1, 	7, 	9
2, 		2, 	11,	13
3, 		5, 	21, 3];

MinValue:
CrossTable(Column,Value)
Load * resident OriginalTable;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this way you have your original table, based on selections in your original table your min value changes. Your function to calculate the min value in the table would now be Min(Value).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helped!&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 17:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1698866#M53514</guid>
      <dc:creator>javiersassen</dc:creator>
      <dc:date>2020-05-04T17:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1699359#M53558</link>
      <description>&lt;P&gt;Wow, great idea, nice and easy, really helped me with that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just before i close this case&amp;nbsp; c&lt;SPAN&gt;an you show please how to store&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;min function from each column&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in a variable ?&amp;nbsp; That was your initial idea.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will very appreciate that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 11:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1699359#M53558</guid>
      <dc:creator>vladimirkup</dc:creator>
      <dc:date>2020-05-06T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1699403#M53561</link>
      <description>&lt;P&gt;So first you create a variable, either in your script or in the edit sheets view (can only be done in unpublished dashboards)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET vMinA = Min(A);&lt;/LI-CODE&gt;&lt;P&gt;and then to user it in for instance a measure you have to evaluate the variable using $()&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$(vMinA)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 12:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1699403#M53561</guid>
      <dc:creator>javiersassen</dc:creator>
      <dc:date>2020-05-06T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find Min Value  from entire table</title>
      <link>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1699443#M53563</link>
      <description>&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 13:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-Min-Value-from-entire-table/m-p/1699443#M53563</guid>
      <dc:creator>vladimirkup</dc:creator>
      <dc:date>2020-05-06T13:20:22Z</dc:date>
    </item>
  </channel>
</rss>

