<?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 Set analysis &amp; Calculated dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108895#M366981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;in a grid chart, I've got calculated dimensions:&lt;/P&gt;&lt;P&gt;- aggr(sum(mysales),account.code)&lt;/P&gt;&lt;P&gt;- aggr(sum(mysales),&lt;SPAN style="font-size: 13.3333px;"&gt;account.code&lt;/SPAN&gt;) / &lt;SPAN style="font-size: 13.3333px;"&gt;aggr(sum(allsales),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;account.code&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is simply "account.code".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for me when no selection is made; the problem comes when an account code is selected: all excluded accounts disappear. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My objective is to use a kind of a set analysis maybe to keep all accounts (other solutions are welcome &lt;/SPAN&gt;of course&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help,&lt;/P&gt;&lt;P&gt;Marwen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 10:22:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-14T10:22:19Z</dc:date>
    <item>
      <title>Set analysis &amp; Calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108895#M366981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;in a grid chart, I've got calculated dimensions:&lt;/P&gt;&lt;P&gt;- aggr(sum(mysales),account.code)&lt;/P&gt;&lt;P&gt;- aggr(sum(mysales),&lt;SPAN style="font-size: 13.3333px;"&gt;account.code&lt;/SPAN&gt;) / &lt;SPAN style="font-size: 13.3333px;"&gt;aggr(sum(allsales),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;account.code&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is simply "account.code".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine for me when no selection is made; the problem comes when an account code is selected: all excluded accounts disappear. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My objective is to use a kind of a set analysis maybe to keep all accounts (other solutions are welcome &lt;/SPAN&gt;of course&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help,&lt;/P&gt;&lt;P&gt;Marwen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108895#M366981</guid>
      <dc:creator />
      <dc:date>2016-06-14T10:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis &amp; Calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108896#M366982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;account.code&amp;gt;} account.code)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108896#M366982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis &amp; Calculated dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108897#M366983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might also need the same thing in your dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- aggr(sum(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;account.code&amp;gt;}&lt;/STRONG&gt;mysales),account.code)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- aggr(sum(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;account.code&amp;gt;}&lt;/STRONG&gt;mysales),&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;account.code&lt;/SPAN&gt;) / &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;aggr(sum(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;account.code&amp;gt;}&lt;/STRONG&gt;allsales),&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;account.code&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Calculated-dimensions/m-p/1108897#M366983</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-14T10:35:11Z</dc:date>
    </item>
  </channel>
</rss>

