M
Michael G. Schneider
With MS SQL Server 2005, MS Excel 2007.
Suppose the database in SQL Server contains Customers and Addresses. Each
Customer has two Addresses: Shipping and Billing. The Address contains a
City and a Country.
Now we design the cube. There are two dimensions: Shipping and Billing.
When opening the cube in MS Excel the list of field looks as follows
Billing
Billing.City
Billing.Country
Shipping
Shipping.City
Shipping.Country
If I select the Billing.City and make it appear in the row area, the column
header will not be "Shipping.City". It will be "City".
As the City might come from several dimensions, the header is not so good.
What can I do so that MS Excel does not shorten the header?
Michael G. Schneider
Suppose the database in SQL Server contains Customers and Addresses. Each
Customer has two Addresses: Shipping and Billing. The Address contains a
City and a Country.
Now we design the cube. There are two dimensions: Shipping and Billing.
When opening the cube in MS Excel the list of field looks as follows
Billing
Billing.City
Billing.Country
Shipping
Shipping.City
Shipping.Country
If I select the Billing.City and make it appear in the row area, the column
header will not be "Shipping.City". It will be "City".
As the City might come from several dimensions, the header is not so good.
What can I do so that MS Excel does not shorten the header?
Michael G. Schneider