<?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: Set Analysis not work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043395#M640160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Peter,Your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;formula works&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="hps"&gt;Thank you very very much&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Feb 2016 16:44:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-28T16:44:47Z</dc:date>
    <item>
      <title>Set Analysis not work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043393#M640158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I want calculate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;an index&lt;/SPAN&gt; DP%.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;numerator&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;Total&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;customers&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="hps"&gt;turnover&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="hps"&gt;supplied&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by the wholesaler&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;who bought&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;an article&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="hps"&gt;Denominator&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;total&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;turnover&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;wholesaler&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Numerator = 30565&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Denominator=1927067&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DP=1.5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I select one item, my formula&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is correct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;if&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I don’t select one item,it not work&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;can you help me&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043393#M640158</guid>
      <dc:creator />
      <dc:date>2016-02-26T23:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043394#M640159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The %DP calculation is a bit weird (disable the Total, because it will produce garbage), but you can try with this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;=sum(aggr(sum({&amp;lt;COD_ARTICOLO=&amp;gt;} TOTAL &amp;lt;COD_FILIALE,COD_ESERCIZIO&amp;gt; FATTURATO), COD_FILIALE, COD_ARTICOLO, COD_ESERCIZIO)) /&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;aggr(sum({&amp;lt;COD_ARTICOLO=, COD_ESERCIZIO=&amp;gt;} TOTAL &amp;lt;COD_FILIALE&amp;gt; FATTURATO), COD_FILIALE, COD_ARTICOLO, COD_ESERCIZIO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 01:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043394#M640159</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-27T01:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043395#M640160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Peter,Your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;formula works&lt;/SPAN&gt;.&lt;BR /&gt; &lt;SPAN class="hps"&gt;Thank you very very much&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Feb 2016 16:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043395#M640160</guid>
      <dc:creator />
      <dc:date>2016-02-28T16:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043396#M640161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please close the thread if u got the solution&lt;/P&gt;&lt;P&gt;chk below link&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 06:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043396#M640161</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-01T06:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis not work</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043397#M640162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Peter&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;can&amp;nbsp; you&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&amp;nbsp; write&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a correct&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;formula for&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the total?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;please&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 11:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-not-work/m-p/1043397#M640162</guid>
      <dc:creator />
      <dc:date>2016-03-01T11:17:51Z</dc:date>
    </item>
  </channel>
</rss>

