<?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: Max of Multiple fields in a table in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420441#M7139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are individual fields then try only this expression in any text object or the KPI object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=RangeMax(Sum(F1), Sum(F2), Sum(F3))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum(RangeMax(F1, F2, F3))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 19:00:34 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-09-14T19:00:34Z</dc:date>
    <item>
      <title>Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420432#M7130</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;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to get the maximum values for multiple fields is a table and display it in KPI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;for example : I have fields F1, F2, F3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;F1 has values--&amp;gt; 1,3,4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;F2 has values--&amp;gt; 1,2,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;F3 has values--&amp;gt; 2,3,4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;so in this case KPI would show the maximum total of the 3 fields which is 9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;can anyone please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420432#M7130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-02T08:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420433#M7131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(RangeMax(F1, F2, F3))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420433#M7131</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-14T18:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420434#M7132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How it should be 9 can you explain this please for understanding. Will it be maximum values for all three fields that is (3+3+3).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420434#M7132</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-14T18:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420435#M7133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F1=1+2+4&lt;/P&gt;&lt;P&gt;F2=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;1+2+3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;F3=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;2+3+4 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;the sum of F3 is the maximum this is what I want to show &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420435#M7133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T18:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420436#M7134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeMax(Sum(F1), Sum(F2), Sum(F3))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420436#M7134</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-14T18:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420437#M7135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rangemax(sum(F1),sum(F2),sum(F3))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420437#M7135</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-09-14T18:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420438#M7136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you want to use this expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420438#M7136</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-14T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420439#M7137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a lot this worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420439#M7137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T18:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420440#M7138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot this worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420440#M7138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-14T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Max of Multiple fields in a table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420441#M7139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are individual fields then try only this expression in any text object or the KPI object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=RangeMax(Sum(F1), Sum(F2), Sum(F3))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum(RangeMax(F1, F2, F3))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 19:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Max-of-Multiple-fields-in-a-table/m-p/1420441#M7139</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-14T19:00:34Z</dc:date>
    </item>
  </channel>
</rss>

