<?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 sum groups in staight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460271#M795346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just using expression how can I group sum to have US in one row and all the other countries in another:&lt;/P&gt;&lt;P&gt;so from &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-01-08_09-48-31.bmp" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189232_2018-01-08_09-48-31.bmp" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-01-08_09-53-29.bmp" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/189248_2018-01-08_09-53-29.bmp" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>sum groups in staight table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460271#M795346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just using expression how can I group sum to have US in one row and all the other countries in another:&lt;/P&gt;&lt;P&gt;so from &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-01-08_09-48-31.bmp" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189232_2018-01-08_09-48-31.bmp" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-01-08_09-53-29.bmp" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/189248_2018-01-08_09-53-29.bmp" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460271#M795346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: sum groups in staight table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460272#M795347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a calculated dimension here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Country = 'US', Country, 'Others')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189251_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460272#M795347</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T09:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: sum groups in staight table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460273#M795348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Country = 'US', Country, 'others') &lt;/STRONG&gt;as Calc. Dimension&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460273#M795348</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-08T09:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: sum groups in staight table</title>
      <link>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460274#M795349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other option is to use dimensions limit like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dual(Sum(Score), Sum({&amp;lt;Country *= {US}&amp;gt;} Score) + 0.0000000001)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the dimension's limit tab, use top 2... but I would suggest you to not take this route...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 10:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-groups-in-staight-table/m-p/1460274#M795349</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-08T10:01:01Z</dc:date>
    </item>
  </channel>
</rss>

