<?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 Aggregation Distinct in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Aggregation-Distinct/m-p/677083#M439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 238px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="110"&gt;COST_STRUCTURE&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="52"&gt;Amount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="76"&gt;W4CC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;792,721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC14AF00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;792,721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BN00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;792,721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BU00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;786,488&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC14AF00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;786,488&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BN00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;786,488&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BU00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;540,492&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;540,492&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;540,492&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;536,242&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;536,242&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;536,242&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to create a chart to know how much di Sum(Distinct Amount) per W4CC, but the Dimension is COST_STRUCTURE.&lt;/P&gt;&lt;P&gt;More or less, the chart will be like this :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="173"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="89"&gt;Cost Structure&lt;/TD&gt;&lt;TD class="xl65" width="84"&gt;Total Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2,918,655&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2,895,706&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gas is From Amount W4CC15BU00 + &lt;SPAN style="font-size: 13.6000003814697px;"&gt;W4CC14AF00 + &lt;SPAN style="font-size: 13.6000003814697px;"&gt;W4CC15BN00 + &lt;SPAN style="font-size: 13.6000003814697px;"&gt;W4CC17CQ00, but all of them is distinct by W4CC.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulus Indra Salim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 03:48:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-08T03:48:57Z</dc:date>
    <item>
      <title>Aggregation Distinct</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Aggregation-Distinct/m-p/677083#M439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 238px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="110"&gt;COST_STRUCTURE&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="52"&gt;Amount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="76"&gt;W4CC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;792,721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC14AF00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;792,721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BN00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;792,721&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BU00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;786,488&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC14AF00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;786,488&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BN00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;786,488&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC15BU00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;540,492&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;540,492&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;540,492&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;536,242&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;536,242&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;536,242&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;W4CC17CQ00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to create a chart to know how much di Sum(Distinct Amount) per W4CC, but the Dimension is COST_STRUCTURE.&lt;/P&gt;&lt;P&gt;More or less, the chart will be like this :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="173"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="89"&gt;Cost Structure&lt;/TD&gt;&lt;TD class="xl65" width="84"&gt;Total Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Gas&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2,918,655&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Depresiasi&lt;/TD&gt;&lt;TD align="right" class="xl66"&gt;2,895,706&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gas is From Amount W4CC15BU00 + &lt;SPAN style="font-size: 13.6000003814697px;"&gt;W4CC14AF00 + &lt;SPAN style="font-size: 13.6000003814697px;"&gt;W4CC15BN00 + &lt;SPAN style="font-size: 13.6000003814697px;"&gt;W4CC17CQ00, but all of them is distinct by W4CC.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulus Indra Salim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 03:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Aggregation-Distinct/m-p/677083#M439</guid>
      <dc:creator />
      <dc:date>2014-10-08T03:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation Distinct</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Aggregation-Distinct/m-p/677084#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this?&lt;/P&gt;&lt;P&gt;Only you need, in the select put DISTINCT &lt;/P&gt;&lt;P&gt;&lt;IMG alt="p05.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68468_p05.png" style="width: 620px; height: 269px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COST_STRUCTURE,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W4CC&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2129" data-containertype="14" data-objectid="136835" data-objecttype="1" href="http://community.qlik.com/thread/136835"&gt;http://community.qlik.com/thread/136835&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 04:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Aggregation-Distinct/m-p/677084#M440</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-10-08T04:16:00Z</dc:date>
    </item>
  </channel>
</rss>

