Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel and the getpivotdata function

Status
Not open for further replies.

jeffmoore64

Programmer
Mar 23, 2005
207
US
Hi all,
I need to know how to use the NAME property when I use the getpivotdata function.
Here is an example of the issue:

Key value = "BMX"
Name vale = "BMX BIKES"

Here is what excell generates when I create the getpivotdata function:

=GETPIVOTDATA("[Measures].[Extended Price USD - S]",$A$3,"[Items].[SRP 5 - Category]","[Items].[SRP 5 - Category].&[BMX]")

What I need is something like this:

=GETPIVOTDATA("[Measures].[Extended Price USD - S]",$A$3,"[Items].[SRP 5 - Category]","[Items].[SRP 5 - Category]."&"BMX BIKES")

Any ideas on how to do this?

TIA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top