dbTalk Databases Forums  

MDX Parameter query

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


Discuss MDX Parameter query in the microsoft.public.sqlserver.olap forum.



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

Default MDX Parameter query - 09-22-2006 , 08:07 AM






I have a Timesheet cube and I am reporting against it in Reporting
Services.

I have a parameter called FromParam in the report and I want to use the
following
MDX Query for the parameter:

select {[Period].[Period].Members} on rows , {} on columns from
Timesheet

All I want is a list of periods on rows I do not want anything on
columns please help me when I run this query I get a message:

Unable to display opened cellset. Cells cannot be created for this
cellset because one of the axes contains no positions.

All I want is a one axis query.

Thanks
Karen


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

Default Re: MDX Parameter query - 09-22-2006 , 08:39 AM






select {[Period].[Period].Members} on axis(0)
from [Timesheet]

"KarenM" <karenmiddleol (AT) yahoo (DOT) com> wrote

Quote:
I have a Timesheet cube and I am reporting against it in Reporting
Services.

I have a parameter called FromParam in the report and I want to use the
following
MDX Query for the parameter:

select {[Period].[Period].Members} on rows , {} on columns from
Timesheet

All I want is a list of periods on rows I do not want anything on
columns please help me when I run this query I get a message:

Unable to display opened cellset. Cells cannot be created for this
cellset because one of the axes contains no positions.

All I want is a one axis query.

Thanks
Karen




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.