<?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 Is there a function for biggest ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763406#M473464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function for biggest ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am after is something that if I have 3 variables set say like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set &lt;EM&gt;vSmall&lt;/EM&gt; = 1 ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set &lt;EM&gt;vMedium&lt;/EM&gt; = 22 ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set &lt;EM&gt;vBig&lt;/EM&gt; = 333 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then my imaginary Biggest() function when used like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Biggest ( &lt;EM&gt;vMedium&lt;/EM&gt; , &lt;EM&gt;vBig&lt;/EM&gt; , &lt;EM&gt;vSmall&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would return the value of &lt;EM&gt;vBig &lt;/EM&gt;as it is the biggest&lt;EM&gt;,&lt;/EM&gt; as in 333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 13:24:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-04T13:24:30Z</dc:date>
    <item>
      <title>Is there a function for biggest ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763406#M473464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function for biggest ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am after is something that if I have 3 variables set say like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set &lt;EM&gt;vSmall&lt;/EM&gt; = 1 ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set &lt;EM&gt;vMedium&lt;/EM&gt; = 22 ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set &lt;EM&gt;vBig&lt;/EM&gt; = 333 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then my imaginary Biggest() function when used like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Biggest ( &lt;EM&gt;vMedium&lt;/EM&gt; , &lt;EM&gt;vBig&lt;/EM&gt; , &lt;EM&gt;vSmall&lt;/EM&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would return the value of &lt;EM&gt;vBig &lt;/EM&gt;as it is the biggest&lt;EM&gt;,&lt;/EM&gt; as in 333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763406#M473464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T13:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function for biggest ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763407#M473465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Rangemax(value1, value2,...) function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763407#M473465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T13:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a function for biggest ?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763408#M473466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow !!&amp;nbsp; Perfect !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks, &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 13:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-function-for-biggest/m-p/763408#M473466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-04T13:36:57Z</dc:date>
    </item>
  </channel>
</rss>

