hey i want to 'flatten the hierarchies' in a pivotTable and basically
repeat the duplicated rows
so right now i have
US NORTH
SOUTH
WEST
EAST
CANADA WEST
EAST
I want to change this into
US NORTH
US SOUTH
US WEST
US EAST
CANADA WEST
CANADA EAST
Isn't there any easy way to do that? I swear that it is an option
somewhere; i just can't find it.
In the programming world we call this 'flattening the hierarchial
recordset' aka when you use ADO to consume OLAP data (vs using ADOMD to
consume OLAP data)
but since I'm consuming pivotTables from 4 different sources; it isn't
really a choice for me to source the data directly
(and i must import pivotTable numbers into a database)
Bookmarks