<?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 the highest of two values and replace them. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425729#M34007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how it can be done in a load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-12-06 21_30_06-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/185986_2017-12-06 21_30_06-Qlik Sense Desktop.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and lines from 20 to 29 can of course be replaced with a LOAD ... FROM or LOAD ...; SQL SELECT ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2017 20:32:15 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2017-12-06T20:32:15Z</dc:date>
    <item>
      <title>Find the highest of two values and replace them.</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425726#M34004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm looking to compare the ClusterNameFinal and replace the Compliance Score Final that has the lower score with the highest score that has the same ClusterNameFinal.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikQuestion.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185695_QlikQuestion.PNG" style="height: 82px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the end result would look something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikQuestion.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/185708_QlikQuestion.PNG" style="height: 91px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 08:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425726#M34004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T08:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Find the highest of two values and replace them.</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425727#M34005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In it's simplest form you can use this expression as a Measure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(TOTAL &amp;lt;ClusterNameFinal&amp;gt;&amp;nbsp; [Compliance Score Final])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-12-05 19_26_47-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/185809_2017-12-05 19_26_47-Qlik Sense Desktop.png" style="height: 378px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assumption is that the combination of HostNameFinal and ClusterNameFinal only have a single row of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 18:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425727#M34005</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-05T18:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Find the highest of two values and replace them.</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425728#M34006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi, thanks for suggesting a solution, but how can this be done in the data load editor instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 00:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425728#M34006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T00:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Find the highest of two values and replace them.</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425729#M34007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how it can be done in a load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-12-06 21_30_06-Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/185986_2017-12-06 21_30_06-Qlik Sense Desktop.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and lines from 20 to 29 can of course be replaced with a LOAD ... FROM or LOAD ...; SQL SELECT ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 20:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-highest-of-two-values-and-replace-them/m-p/1425729#M34007</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-06T20:32:15Z</dc:date>
    </item>
  </channel>
</rss>

