Hello All,I am trying to use a StrToMember or anything that will let me get a date to work here is my code:SELECT {[Measures].[Work Item Count]} on columns,[Date].[Year - Month - Date Hierarchy] on rows FROM [Team System]WHERE {[Date].[Date].[2011 12 10]:[Date].[Date].[2011 12 10]}[code]This snippet returns the following error:Query (2, 1) The MDX function CURRENTMEMBER failed because current coordinate is empty. (Microsoft SQL Server 2008 Analysis Services).This snippet of code [code]SELECT {[Measures].[Work Item Count]} on columns,[Date].[Year - Month - Date Hierarchy] on rows FROM [Team System]WHERE (StrToMember("[Year].[Month].[Day]&[2011]")
Returns this error:Parser: The end of the input was reached. (Microsoft SQL Server 2008 Analysis Services)Can anyone clue me in? Our date formats are like this:20111219Hoping to get a quick answer.Kurt