Grouping and GetPivotData

G

Guest

I have a pivot table that contains balances by loan product. I have used the
"Group" functionality on the pivot table to group the products by type
(hybrid, fixed, etc.) however, when I try to use getpivotdata to link to the
sum of a loan type, my formula gives me a #Ref error. It also looks odd -
this is the result I am getting: =GETPIVOTDATA($A$3,"LOB['Mortgage Lending']
HFI Product2[Adjustable;Data,Sum] 'Sum of Jan-08'").

Is there a way to make this work? I would like to use getpivotdata if
possible to make updating easier.

Thanks for your help!
 
D

Debra Dalgleish

Take the Data, out of the formula, and it should work:

Product2[Adjustable;Sum]

Or, when you're adding the subtotals to the groups, use the Automatic
subtotal, instead of selecting Sum. Then, the formula that's created
automatically should work correctly.
I have a pivot table that contains balances by loan product. I have used the
"Group" functionality on the pivot table to group the products by type
(hybrid, fixed, etc.) however, when I try to use getpivotdata to link to the
sum of a loan type, my formula gives me a #Ref error. It also looks odd -
this is the result I am getting: =GETPIVOTDATA($A$3,"LOB['Mortgage Lending']
HFI Product2[Adjustable;Data,Sum] 'Sum of Jan-08'").

Is there a way to make this work? I would like to use getpivotdata if
possible to make updating easier.

Thanks for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top