+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Registered User
    Join Date
    02-27-2008
    Location
    Grand Prairie, Texas
    MS-Off Ver
    MS Office 2003 SP3
    Posts
    89

    Pivot table field phantom data

    Hi all,

    I've recently been introduced to the greatness that is pivot tables, and I'm trying to understand an odd situation I've run into. I have some data which all had the same month value. I added some more data w/ a different month value to investigate showing and hiding data sets on the pivot tables and charts. However, after removing that new, different month data, it's still presented as a tick box for the month field in all the tables and charts. What's the right procedure to really clear out those entries? I've attached a picture of the phantom entries (circled in red) and the good entry (green). How do I get rid of the items in red from that listing?

    -Adam
    Attached Images Attached Images
    Last edited by ahartman; 11-17-2009 at 04:55 PM. Reason: solved
    -Adam Hartman
    Mechanical Engineer
    Siemens Industry, Low Voltage Building Technology
    Grand Prairie, TX

  2. #2
    Forum Moderator Richard Buttrey's Avatar
    Join Date
    02-15-2008
    Location
    Grappenhall, UK
    MS-Off Ver
    Excel for Windows & Mac - all versions.
    Posts
    5,826

    Re: Pivot table field phantom data

    Hi,

    I generally use the following procedure

    Code:
    Sub CleanPivotTables()
    Dim pc As PivotCache
    For Each pc In ActiveWorkbook.PivotCaches
        pc.MissingItemsLimit = xlMissingItemsNone
        pc.Refresh
    Next pc
    
    End Sub
    HTH
    Richard Buttrey

    If this was useful then please rate it appropriately.

    Click the small star icon at the bottom left of my post.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0