<?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: How to make values in a Pivot Table not to change when making selection in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782637#M2102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some example data on which this table is based?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 09:42:04 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-03-12T09:42:04Z</dc:date>
    <item>
      <title>How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782632#M2097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im having a problem on my Pivot Table, how can i have Values not to Change when making selection on a Pivot Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Product&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Sales A&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales B&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Milk&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Butter&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales A and Sales C are calculated Sum, but how can i have them Not to change when selection is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any function to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 11:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782632#M2097</guid>
      <dc:creator />
      <dc:date>2015-03-11T11:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782633#M2098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can "Detach" the whole picot table (I assume it's QlikView and not Qlik Sense...) or you can use a Set Analysis expression to disregard certain selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;Product=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.masterssummit.com/"&gt;www.masterssummit.com&lt;/A&gt; - take your QlikView skills to the next level!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 16:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782633#M2098</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-03-11T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782634#M2099</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;The function you gave it makes the Pivot Table Empty, it disable the Items and Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is my Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr( Count(DISTINCT SalesDate), CustomerCode))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 06:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782634#M2099</guid>
      <dc:creator />
      <dc:date>2015-03-12T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782635#M2100</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;I suggest using Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{1}&lt;/STRONG&gt; aggr( Count(DISTINCT SalesDate), CustomerCode))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 07:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782635#M2100</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-12T07:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782636#M2101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did it Now, seems not working, because now it makes everything Disappear on a Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;BEFORE Selection:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales Officer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;David&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Michelle&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;AFTER Selection:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales Officer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;David&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Michelle&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;85&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The value must remain as 150 not 40.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Trust this in order you will understand what i want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 08:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782636#M2101</guid>
      <dc:creator />
      <dc:date>2015-03-12T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782637#M2102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some example data on which this table is based?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 09:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782637#M2102</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-12T09:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782638#M2103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Discovered the Problem Recently, i was Using Straight Table all along instead an I wrote Pivot Table on my Question, so i changed the table to Pivot, and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 09:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782638#M2103</guid>
      <dc:creator />
      <dc:date>2015-03-12T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to make values in a Pivot Table not to change when making selection</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782639#M2104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to read your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that also means this topic is closed, please flag it as answered &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 10:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/How-to-make-values-in-a-Pivot-Table-not-to-change-when-making/m-p/782639#M2104</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-12T10:24:25Z</dc:date>
    </item>
  </channel>
</rss>

