=GETPIVOTDATA("[Measures].[Sum of Net amount]",'Sheet1'!$A$3,"[SAGE_Sales detail_0].[Date (Year)]","[SAGE_Sales detail_0].[Date (Year)].&[2023]","[SAGE_Sales detail_0].[Account Reference]","[SAGE_Sales detail_0].[Account Reference].&[ACCREF1]")
So this is my Generated formula. I need to change ACCREF1 to be a relative reference to the list of accounts in column A, but
=GETPIVOTDATA("[Measures].[Sum of Net amount]",'Sheet1'!$A$3,"[SAGE_Sales detail_0].[Date (Year)]","[SAGE_Sales detail_0].[Date (Year)].&[2023]","[SAGE_Sales detail_0].[Account Reference]",A2) returns #REF!
Surely I am missing something simple but what is it?
So this is my Generated formula. I need to change ACCREF1 to be a relative reference to the list of accounts in column A, but
=GETPIVOTDATA("[Measures].[Sum of Net amount]",'Sheet1'!$A$3,"[SAGE_Sales detail_0].[Date (Year)]","[SAGE_Sales detail_0].[Date (Year)].&[2023]","[SAGE_Sales detail_0].[Account Reference]",A2) returns #REF!
Surely I am missing something simple but what is it?