Y
yen
Hello,
I am now migrating from OWC10 to OWC11 and from SQL2000 to SQL2005.
Now i noticed that there is a different between them.
The dimension name in SQL2005 is different from SQL2000.
For example,
SQL2000 SQL2005
[Customer].[Name] [Customer].[Customer].[Name]
How can i replace the dimension name is the following statement for SQL2005?
PivotTable1.ActiveView.Filteraxis.FieldSets("Customer").Filed("Name") --
SQL2000
Thanks.
I am now migrating from OWC10 to OWC11 and from SQL2000 to SQL2005.
Now i noticed that there is a different between them.
The dimension name in SQL2005 is different from SQL2000.
For example,
SQL2000 SQL2005
[Customer].[Name] [Customer].[Customer].[Name]
How can i replace the dimension name is the following statement for SQL2005?
PivotTable1.ActiveView.Filteraxis.FieldSets("Customer").Filed("Name") --
SQL2000
Thanks.