dbTalk Databases Forums  

Urgent: MDX with Pivot table

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


Discuss Urgent: MDX with Pivot table in the microsoft.public.sqlserver.olap forum.



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

Default Urgent: MDX with Pivot table - 10-05-2004 , 01:41 AM






I want to assign a MDX statement to a Pivottable at Runtime. Can
anyone help in doing it.

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

Default RE: Urgent: MDX with Pivot table - 10-06-2004 , 11:47 AM






I have done something like this in the past (I am assuming that you are
referring to the OWC pivot table):

MyPT.CommandText = _
"select {[Measures].Assets, [Measures].Expenses} " & _
"on columns " & "from [" & Cube.value & "]"

Where MyPT is the object id.

Hope it helps
Murthy
"Jeethendar" wrote:

Quote:
I want to assign a MDX statement to a Pivottable at Runtime. Can
anyone help in doing it.


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.