D degimp New member Local time Today, 02:32 Joined Aug 20, 2010 Messages 7 Aug 27, 2014 #1 How do I change the legend labels of a pivot chart form so that it doesn't show the words "sum of" in front of my description. I am using access 2007.
How do I change the legend labels of a pivot chart form so that it doesn't show the words "sum of" in front of my description. I am using access 2007.
N new_guy_tom Registered User. Local time Today, 16:32 Joined May 14, 2010 Messages 13 Aug 28, 2014 #2 I had a similar issue recently. Do you have the data as below: Code: Example 1 Label Value Label1 100 Label2 200 Label3 300 etc Or Example 2 Label1 Label2 Label3 etc 100 200 300 I had the data as per example 2 and had all of my labels as sumOf I changed the data so it showed as in Example 1 and it worked There maybe some other way to fix your problem that I am not aware of
I had a similar issue recently. Do you have the data as below: Code: Example 1 Label Value Label1 100 Label2 200 Label3 300 etc Or Example 2 Label1 Label2 Label3 etc 100 200 300 I had the data as per example 2 and had all of my labels as sumOf I changed the data so it showed as in Example 1 and it worked There maybe some other way to fix your problem that I am not aware of
D degimp New member Local time Today, 02:32 Joined Aug 20, 2010 Messages 7 Sep 4, 2014 #3 I still have not found a fix for this, does anyone else have any ideas?