<?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 Excluding a dimension value in a pivot table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259473#M97938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; have you tried the formula: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(TOTAL Cost) - sum(Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 13:04:44 GMT</pubDate>
    <dc:creator>sbaldwin</dc:creator>
    <dc:date>2011-10-19T13:04:44Z</dc:date>
    <item>
      <title>Excluding a dimension value in a pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259472#M97937</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've a problem with a Set Analysis expression and no idea how to resolve it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created some basics data for testing as follow:&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project, Cost&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Saturne, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jupiter, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Neptune, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pluton, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I'm trying to have a table as : &lt;/P&gt;&lt;P&gt;Column 1: Project&lt;/P&gt;&lt;P&gt;Column 2: Sum(Cost) (with this example, it's 1).&lt;/P&gt;&lt;P&gt;Column 3: Sum(Cost) of all other projects (or in other words, All projects except the current one) (it should be 3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find any solution with set analysis or other method to find on line 1 the sum for project Jupiter, Neptune and Pluton. I can't actually select {All Projects minus/except Saturne}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you find this clear. Anyone have an idea for helping?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 13:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259472#M97937</guid>
      <dc:creator />
      <dc:date>2011-10-19T13:01:25Z</dc:date>
    </item>
    <item>
      <title>Excluding a dimension value in a pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259473#M97938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; have you tried the formula: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(TOTAL Cost) - sum(Cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 13:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259473#M97938</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2011-10-19T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Excluding a dimension value in a pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259474#M97939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bad! My example is way too simple for modelling my problem. In my real model, I've others dimensions that must not be ignored for the cost aggregation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But your answer, in its simplicity, might help me if I can have this TOTAL depending on my others dimensions but not the dimension "Project".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll post my solution if I find one. Until then, I'm happy to have new ideas. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 14:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259474#M97939</guid>
      <dc:creator />
      <dc:date>2011-10-19T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Excluding a dimension value in a pivot table?</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259475#M97940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a follow-up I've never took take to post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is that in a table, you can't actually select other values of a field specified in a rox of the table, which implied my problem.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution consisted in modifying my script so I can have this value directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it's the best one, but it worked in my case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 16:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-dimension-value-in-a-pivot-table/m-p/259475#M97940</guid>
      <dc:creator />
      <dc:date>2012-03-08T16:27:27Z</dc:date>
    </item>
  </channel>
</rss>

