+ Reply to Thread
Results 1 to 3 of 3

Sparkline chart not reflecting rounded values from pivot table

  1. #1
    Registered User
    Join Date
    08-25-2011
    Location
    Albany, New York
    MS-Off Ver
    Excel 2007
    Posts
    48

    Sparkline chart not reflecting rounded values from pivot table

    Hi
    Below is a link to a sample workbook of my issue. I have a sparkline chart that is not reflecting the rounded values from a pivot table. If you go to the tab that says 'Tables', its the top sparkline chart. This chart is linked to the pivot table in the 'pivot' tab. This pivot tab has all rounded values of 2% for the NY item already selected, however, is you look at the sparkline chart, it shows an up and down pattern, which apparently reflects unrounded values. I want it to display a straightline value representing the rounded values.

    Any ideas would be greatly appreciated?

    http://www.nycourts.gov/surveys/cwci...ne-10-7-12.zip

    Paul

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Sparkline chart not reflecting rounded values from pivot table

    You need to round the value returned from GETPIVOTDATA

    =ROUND(GETPIVOTDATA("Sum of 24 months",pivot!$A$7,"Metric","M1:Achievement of Permanency","DataElement","Cumulative %","Description","Adoption","year",2006),2)
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    08-25-2011
    Location
    Albany, New York
    MS-Off Ver
    Excel 2007
    Posts
    48

    Re: Sparkline chart not reflecting rounded values from pivot table

    Thanks a lot Andy. That worked.

    Paul

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.6.0 RC 1