![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Just a little question... should i have MS-query to use OLAP Pivot table Services in Excel 2000? or should i only install PTSfull.exe? Thanks Rodrigo |
#3
| |||
| |||
|
|
Just a little question... should i have MS-query to use OLAP Pivot table Services in Excel 2000? or should i only install PTSfull.exe? Thanks Rodrigo |
#4
| |||
| |||
|
|
MSQuery is required to access OLAP cubes in Excel, because Excel relay to the MSQuery subsystem to display the connection dialog box. I have not tested if you open an excel file already connected to a cube. In this case, the MS Query could be optional. "Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote in message news:3CE4CFA1-B6EA-44E9-9EE5-27A252CD6B93 (AT) microsoft (DOT) com... Just a little question... should i have MS-query to use OLAP Pivot table Services in Excel 2000? or should i only install PTSfull.exe? Thanks Rodrigo |
#5
| |||
| |||
|
|
uhmm... I did the next test: I renamed the MSQuery .EXE file (MSQRY32.EXE) and then built the next macro: Sub Test1 With ActiveWorkbook.PivotCaches.Add(SourceType:=xlExter nal) .Connection = "OLEDB;Provider=MSOLAP.2;Data Source=LICANCABUR;Initial Catalog=MIS;Client Cache Size=25;Auto Synch Period=10000" .CommandType = xlCmdCube .CommandText = Array("Resultado_Colocaciones") .MaintainConnection = True .CreatePivotTable TableDestination:=Range("A3"), TableName:= _ "Colocaciones" End With end sub and... surprise, it worked... So it seem that PTS don`t need MSquery to work... Regards Rodrigo ************* "Jéjé" wrote: MSQuery is required to access OLAP cubes in Excel, because Excel relay to the MSQuery subsystem to display the connection dialog box. I have not tested if you open an excel file already connected to a cube. In this case, the MS Query could be optional. "Rodrigo" <Rodrigo (AT) discussions (DOT) microsoft.com> wrote in message news:3CE4CFA1-B6EA-44E9-9EE5-27A252CD6B93 (AT) microsoft (DOT) com... Just a little question... should i have MS-query to use OLAP Pivot table Services in Excel 2000? or should i only install PTSfull.exe? Thanks Rodrigo |
![]() |
| Thread Tools | |
| Display Modes | |
| |