<?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: Ignoring second dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251735#M1194457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is solution for my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2011 08:11:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-04T08:11:35Z</dc:date>
    <item>
      <title>Ignoring second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251732#M1194454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. Sorry, my english is bad, but I hope &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;I would be&lt;/SPAN&gt; &lt;SPAN class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;understood.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;I have one table:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps" title="Kliknij, aby wyświetlić alternatywne tłumaczenia"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;a,b,c,d&lt;/P&gt;&lt;P&gt;adam,one,43,one&lt;/P&gt;&lt;P&gt;adam,two,655,one&lt;/P&gt;&lt;P&gt;adam,three,56,two&lt;/P&gt;&lt;P&gt;mor,one,6,one&lt;/P&gt;&lt;P&gt;mor,two,323,two&lt;/P&gt;&lt;P&gt;mor,three,543,two&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create pivot table like this:&lt;/P&gt;&lt;P&gt;a,b,sum(c) for a dimension ignoring b&lt;/P&gt;&lt;P&gt;adam,one,754&lt;/P&gt;&lt;P&gt;adam,two,754&lt;/P&gt;&lt;P&gt;adam,three,754&lt;/P&gt;&lt;P&gt;mor,one,872&lt;/P&gt;&lt;P&gt;mor,two,872&lt;/P&gt;&lt;P&gt;mor,three,872&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't write function for this table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 07:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251732#M1194454</guid>
      <dc:creator />
      <dc:date>2011-07-04T07:17:31Z</dc:date>
    </item>
    <item>
      <title>Ignoring second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251733#M1194455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want a pivot table with the result:&lt;/P&gt;&lt;P&gt;adam 754&lt;/P&gt;&lt;P&gt;mor 872&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your dimension is only 'a' and the expression is 'sum(c)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you collapse the dimension 'b' in the pivot table by clicking on the column 'a' and saying 'Close the dimensions behind'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 07:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251733#M1194455</guid>
      <dc:creator />
      <dc:date>2011-07-04T07:30:19Z</dc:date>
    </item>
    <item>
      <title>Ignoring second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251734#M1194456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use "Sum(Total" specifying the dimenson to "total-on".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case the dimensions should be "a" and "b" and the expression should be "sum(total&amp;lt;a&amp;gt; c)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 07:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251734#M1194456</guid>
      <dc:creator />
      <dc:date>2011-07-04T07:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring second dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251735#M1194457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is solution for my problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 08:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignoring-second-dimension/m-p/251735#M1194457</guid>
      <dc:creator />
      <dc:date>2011-07-04T08:11:35Z</dc:date>
    </item>
  </channel>
</rss>

