<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AutoFilter a PivotTable</title>
	<atom:link href="http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/feed/" rel="self" type="application/rss+xml" />
	<link>http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/</link>
	<description>A DataPig Technologies Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Mike</title>
		<link>http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/comment-page-1/#comment-22808</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 07 Nov 2011 20:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1031#comment-22808</guid>
		<description>Many thanks for the autofilter trick.  My question is, once you apply the auto filters, is there a way to get to the source data for only the values you&#039;ve filtered on?</description>
		<content:encoded><![CDATA[<p>Many thanks for the autofilter trick.  My question is, once you apply the auto filters, is there a way to get to the source data for only the values you&#8217;ve filtered on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murphy Mac</title>
		<link>http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/comment-page-1/#comment-17658</link>
		<dc:creator>Murphy Mac</dc:creator>
		<pubDate>Fri, 15 Apr 2011 21:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1031#comment-17658</guid>
		<description>Thanks - didn&#039;t think my Autofilter would work til I saw this post.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; didn&#8217;t think my Autofilter would work til I saw this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/comment-page-1/#comment-2253</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Sat, 03 Oct 2009 22:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1031#comment-2253</guid>
		<description>Ahhhh. Of course.  What an idiot I am...I use this functionalityall the time in the form of the &#039;Top 10&#039; filter. 

Thanks Colin and Sam.

It&#039;s kinda weird that Microsoft would bury this functionality in a right click menu, rather than have this option available right off the filter menu at the top of each pivot column (i.e. the menu that comes up if you click on say the &quot;Dates&quot; filter icon). But then, it&#039;s also weird that you can&#039;t access &#039;More sort options&#039; in the same way.</description>
		<content:encoded><![CDATA[<p>Ahhhh. Of course.  What an idiot I am&#8230;I use this functionalityall the time in the form of the &#8216;Top 10&#8242; filter. </p>
<p>Thanks Colin and Sam.</p>
<p>It&#8217;s kinda weird that Microsoft would bury this functionality in a right click menu, rather than have this option available right off the filter menu at the top of each pivot column (i.e. the menu that comes up if you click on say the &#8220;Dates&#8221; filter icon). But then, it&#8217;s also weird that you can&#8217;t access &#8216;More sort options&#8217; in the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/comment-page-1/#comment-2249</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Sat, 03 Oct 2009 12:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1031#comment-2249</guid>
		<description>Jeff, try something like the following:

Create a column labeled &quot;Dates&quot; and fill down several dates in multiple months. Create a second column labeled &quot;Revenue&quot; and fill down with random numbers, say =ROUND(RAND()*1000000,0).

Now create a pivot table from the data. Group the dates in the row field by month and year.  Right-click in the Date field (which has the dates grouped in months) and select Filter--&gt;Value Filters... Select a &quot;Greater Than&quot; value filter, based on the aggregated numbers you have in the data area. You will notice that the pivot table is filtered based on the aggregated numbers, and not on the underlying numbers that make up the totals.</description>
		<content:encoded><![CDATA[<p>Jeff, try something like the following:</p>
<p>Create a column labeled &#8220;Dates&#8221; and fill down several dates in multiple months. Create a second column labeled &#8220;Revenue&#8221; and fill down with random numbers, say =ROUND(RAND()*1000000,0).</p>
<p>Now create a pivot table from the data. Group the dates in the row field by month and year.  Right-click in the Date field (which has the dates grouped in months) and select Filter&#8211;&gt;Value Filters&#8230; Select a &#8220;Greater Than&#8221; value filter, based on the aggregated numbers you have in the data area. You will notice that the pivot table is filtered based on the aggregated numbers, and not on the underlying numbers that make up the totals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://datapigtechnologies.com/blog/index.php/autofilter-a-pivottable/comment-page-1/#comment-2242</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Sat, 03 Oct 2009 02:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1031#comment-2242</guid>
		<description>Colin...I&#039;m not sure you do get the same result for a data field under 2007 by filtering at the lowest level as you do with this trick. I understand that you can filter a field on a specific value, but that you can&#039;t filter that same field based on aggregated totals. 

That is, say you wanted to filter your &#039;sum of price&#039; field so that any revenue over $1000 from various items  was excluded. I don&#039;t think you can do this by filtering a row field. Yes, you can filter out things in say a &#039;price&#039; row that might individually over $1000 . But that&#039;s different from filtering out those aggregate totals (i.e. revenue) from your &#039;sum of price&#039; field of any items that didn&#039;t return more than $1000 in total.

Could be that I&#039;m misunderstanding your scenario.</description>
		<content:encoded><![CDATA[<p>Colin&#8230;I&#8217;m not sure you do get the same result for a data field under 2007 by filtering at the lowest level as you do with this trick. I understand that you can filter a field on a specific value, but that you can&#8217;t filter that same field based on aggregated totals. </p>
<p>That is, say you wanted to filter your &#8216;sum of price&#8217; field so that any revenue over $1000 from various items  was excluded. I don&#8217;t think you can do this by filtering a row field. Yes, you can filter out things in say a &#8216;price&#8217; row that might individually over $1000 . But that&#8217;s different from filtering out those aggregate totals (i.e. revenue) from your &#8216;sum of price&#8217; field of any items that didn&#8217;t return more than $1000 in total.</p>
<p>Could be that I&#8217;m misunderstanding your scenario.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

