<?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: Change the Pivot Table Field List Order</title>
	<atom:link href="http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order</link>
	<description>Pivot Table Tutorials, Pivot Table Tips and Pivot Table News</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:38:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image><title>Excel Pivot Tables</title><url>http://www.pivot-table.com/wp-content/themes/atahualpa/images/ColoursRSS.gif</url><link>http://www.pivot-table.com</link><width>34</width><height>34</height><description>Excel pivot table tips and tutorials.</description></image>	<item>
		<title>By: Fred</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/comment-page-1#comment-3000</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 25 Jan 2012 03:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order#comment-3000</guid>
		<description>Can you sort the field list in excel 2003?</description>
		<content:encoded><![CDATA[<p>Can you sort the field list in excel 2003?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/comment-page-1#comment-1995</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 26 Jan 2011 08:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order#comment-1995</guid>
		<description>Once again, hi :)

I tried that solution. In fact, it orders the dimensions in the way I want and also solves a problem (I think a bug) that I&#039;m encountering; you can find the description of it in this two forums:

- http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/721ca4f8-8ac4-44d7-9672-05144c92ff4f

- https://connect.microsoft.com/SQLServer/feedback/details/638043/olap-cube-translations-collapses-folders-in-excel-pivottable-field-list#details

Numbering the dimensions solves the problem in Excel, but, if you browse the cube with another software (ie. ProClarity), not all members of each dimension are grouped within its dimension (I guess it&#039;s not so clear what I&#039;m trying to say; I&#039;ll try with an example):

Dim Date [Hierarchy Year, Hierarchy Quarter, Hierarchy Month, Day]
Dim Shift [Operator]

Since Dim Date contains hierarchies, ProClarity groups them within the Date group; instead, since Dim Shift contains only Operator member, ProClarity displays it without grouping it by Shift ... So if i number 1. Date, 2. Shift ... The result in ProClarity would be:

1. Date 
   ...
   ...

Operator


The number 2 is lost. If perhaps a 3rd dimension exists (and contains hierarchies, or more than one member), the result would be:

1. Date 
   ...
   ...

Operator

3. Dim Name


Hope it&#039;s clear :)

I hope you can give a look to the aforementioned links, maybe you have faced the same problem.

Thanks a lot for your replies Debra.

Have a nice day!

Gabriel

1. Date 
   ...
   ...

Operator

3. Dim Name


So the number 2 goes lost.


Hope it&#039;s clear :)

I hope you can give a look to the aforementioned links, maybe you have faced the same problem.

Thanks a lot for your replies Debra.

Have a nice day!

Gabriel</description>
		<content:encoded><![CDATA[<p>Once again, hi <img src='http://www.pivot-table.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I tried that solution. In fact, it orders the dimensions in the way I want and also solves a problem (I think a bug) that I&#8217;m encountering; you can find the description of it in this two forums:</p>
<p>- <a href="http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/721ca4f8-8ac4-44d7-9672-05144c92ff4f" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/sqlanalysisservices/thread/721ca4f8-8ac4-44d7-9672-05144c92ff4f</a></p>
<p>- <a href="https://connect.microsoft.com/SQLServer/feedback/details/638043/olap-cube-translations-collapses-folders-in-excel-pivottable-field-list#details" rel="nofollow">https://connect.microsoft.com/SQLServer/feedback/details/638043/olap-cube-translations-collapses-folders-in-excel-pivottable-field-list#details</a></p>
<p>Numbering the dimensions solves the problem in Excel, but, if you browse the cube with another software (ie. ProClarity), not all members of each dimension are grouped within its dimension (I guess it&#8217;s not so clear what I&#8217;m trying to say; I&#8217;ll try with an example):</p>
<p>Dim Date [Hierarchy Year, Hierarchy Quarter, Hierarchy Month, Day]<br />
Dim Shift [Operator]</p>
<p>Since Dim Date contains hierarchies, ProClarity groups them within the Date group; instead, since Dim Shift contains only Operator member, ProClarity displays it without grouping it by Shift &#8230; So if i number 1. Date, 2. Shift &#8230; The result in ProClarity would be:</p>
<p>1. Date<br />
   &#8230;<br />
   &#8230;</p>
<p>Operator</p>
<p>The number 2 is lost. If perhaps a 3rd dimension exists (and contains hierarchies, or more than one member), the result would be:</p>
<p>1. Date<br />
   &#8230;<br />
   &#8230;</p>
<p>Operator</p>
<p>3. Dim Name</p>
<p>Hope it&#8217;s clear <img src='http://www.pivot-table.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hope you can give a look to the aforementioned links, maybe you have faced the same problem.</p>
<p>Thanks a lot for your replies Debra.</p>
<p>Have a nice day!</p>
<p>Gabriel</p>
<p>1. Date<br />
   &#8230;<br />
   &#8230;</p>
<p>Operator</p>
<p>3. Dim Name</p>
<p>So the number 2 goes lost.</p>
<p>Hope it&#8217;s clear <img src='http://www.pivot-table.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hope you can give a look to the aforementioned links, maybe you have faced the same problem.</p>
<p>Thanks a lot for your replies Debra.</p>
<p>Have a nice day!</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/comment-page-1#comment-1992</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order#comment-1992</guid>
		<description>Hi Gabriel, 
As far as I know, there&#039;s no way around the sorting limitation for the OLAP source field list. 
If you can change the OLAP source, you could number the field names, in the order you want them to appear, e.g. 01_Country
Debra</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,<br />
As far as I know, there&#8217;s no way around the sorting limitation for the OLAP source field list.<br />
If you can change the OLAP source, you could number the field names, in the order you want them to appear, e.g. 01_Country<br />
Debra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/comment-page-1#comment-1990</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 25 Jan 2011 07:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order#comment-1990</guid>
		<description>Hi Debra,

thanks a lot for your reply. As a matter of fact, my pivot table is based on an OLAP source. As far as you know, is there a way to sort the dimensions (not its elements) in a different way rather than the default one (alphabetically)?

Thanks a lot.

Gabriel</description>
		<content:encoded><![CDATA[<p>Hi Debra,</p>
<p>thanks a lot for your reply. As a matter of fact, my pivot table is based on an OLAP source. As far as you know, is there a way to sort the dimensions (not its elements) in a different way rather than the default one (alphabetically)?</p>
<p>Thanks a lot.</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debra Dalgleish</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/comment-page-1#comment-1989</link>
		<dc:creator>Debra Dalgleish</dc:creator>
		<pubDate>Mon, 24 Jan 2011 23:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order#comment-1989</guid>
		<description>Gabriel, if the pivot table is based on an OLAP source, those options aren&#039;t available. Could that be the problem?</description>
		<content:encoded><![CDATA[<p>Gabriel, if the pivot table is based on an OLAP source, those options aren&#8217;t available. Could that be the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order/comment-page-1#comment-1988</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 24 Jan 2011 14:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pivot-table.com/excel-pivot-tables/change-the-pivot-table-field-list-order#comment-1988</guid>
		<description>Hi,

I&#039;m trying to sort the field list as in the data source; unfortunately, the two field list options (under display tab in the pivottable options menu) are no accessible ... both are greyed out.

Any suggestions?

thx

Gabriel</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to sort the field list as in the data source; unfortunately, the two field list options (under display tab in the pivottable options menu) are no accessible &#8230; both are greyed out.</p>
<p>Any suggestions?</p>
<p>thx</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

