Well my problem now boils down to summing 2 calculatedfields.
I have field1 which is a count of one set of values, field2 which is a sum of another field now I wish to create a new calculatedfield which manipulates field1 and Field2 ie :-
Set slafield = myPivot.CalculatedFields.Add("SLA", "=(Field1 + Field2)")
But it doesn't appear that you can do this with calculated fields, has anybody any idea how I can do this ??
|