• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Pivot Tables - Sort Data

Santy28

New Member
Hi,

I have a data which has a Project#, Project Approved Date, Project Budget$.... so on. When i do a pivot on the data by selecting Row labels as Project# and Project Approved Date and values as the sum of Project Budget$. The problem is when i sort the value fileds from largest to smallest i don't see any change but if i remove the Budget Approved date from row labels and do sorting it works.

Help me with this issue.
 
Without sample file hard to say. But I'm guessing one of the row label field has only single item per line.

PivotTable sorting is done in following order when there are more than single row label field.
Row Label Parent -> Row Label Children -> Value fields

Value fields are sorted within Row Label Children context. So, if Row Label Children has single item, value field sorting does not show.
 
Back
Top