dbTalk Databases Forums  

Excel PTS Drillthrough

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Excel PTS Drillthrough in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rico Cali
 
Posts: n/a

Default Excel PTS Drillthrough - 09-28-2004 , 05:51 PM






How do I use the drillthrough option in Excel PTS?

Reply With Quote
  #2  
Old   
Peter
 
Posts: n/a

Default RE: Excel PTS Drillthrough - 10-01-2004 , 04:05 AM






Hi,

You do not use the drillthrough option directly in Excel PTS.
You must create a VB/ADO macro code.
You must run a drillthrough code on the ADO connection.
f.e.:
DRILLTHROUGH
SELECT [Warehouse].[All Warehouses].[Canada].[BC] ON ROWS,
[Time].[1998].[Q1] ON COLUMNS,
[Product].[All Products].[Drink] ON PAGES,
[Measures].[Units Shipped] ON SECTIONS
FROM [My Cube]

You will get a RecordSet and you will put this result a new sheet.

Peter

"Rico Cali" wrote:

Quote:
How do I use the drillthrough option in Excel PTS?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.