Newsgroups: microsoft.public.sqlserver.olap
From: Deepak Puri <deepak_p...@progressive.com>
Date: Sat, 08 Jan 2005 20:33:44 -0800
Local: Sat, Jan 8 2005 11:33 pm
Subject: Re: Bug in parsing MDX rollup formula
Hi Marco,
This is a known bug that has been reported and acknowledged in the past http://groups-beta.google.com/group/microsoft.public.sqlserver.olap/msg/ The following fails: select [Customers].[State Province].members, The following succeeds: select [Customers].[State Province].members, I wouldn't think string parsing should be in effect inside a comment! d15e2d54b8333518 Newsgroups: microsoft.public.sqlserver.olap This is a known bug in the product at this time and it will be Sean -- **This posting is provided AS IS, with no warranties, and confers no > The following is working - Deepak > ======================= > Select > filter( > State.allmembers, --abc > measures.[Sales Units]>1) > //instr(1,[State].currentmember.name,"USA") > 0) > on 0 from sales > ========================= > But the following is not working > ========================== > Select > filter( > State.allmembers, --abcsddf) > measures.[Sales Units]>1) > //instr(1,[State].currentmember.name,"USA") > 0) > on 0 from sales > =================================== > What is the difference? because the 2nd comment contains a ")", which is > treated to close the the filter function, I guess. > I believe this is a bug. > Originally posted by Joerg > > SQL 2000 Enterprise, SP3 .. *** Sent via Developersdex http://www.developersdex.com *** You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||