dbTalk Databases Forums  

MDX in Sql reporting services

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


Discuss MDX in Sql reporting services in the microsoft.public.sqlserver.olap forum.



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

Default MDX in Sql reporting services - 10-26-2004 , 09:19 AM






I am using the following Query in reporting services with sp1 installed .

="SELECT {[Measures].[Calls Handled],[Measures].[Transfer In
Calls],[Measures].[Transfer Out Calls]} on Columns,
NONEMPTYCrossjoin([DestinationDim].[Destination Site
Desc].members,[DestinationTetraGraph].[Destination Tetra Graph Desc].members)
on rows
from

ICMDestinationService where "+Parameters!period.value+""

When i give the parameter it is executing correctly.

When I pass the parameter the resulting

The error i am getting is

An error has occurred during report processing. (rsProcessingAborted) Get
Online Help
Query execution failed for data set 'Site_Dim'. (rsErrorExecutingCommand)
Get Online Help
Syntax error, expecting FROM, near: 'ICMDestinationService where
[TimeDim].[All TimeDim]

when i pass the same string without parameters i am getting the results.

Any Idea's or help will be Appreciated.

Thanks
yalaman

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.