I have to build complex MDX statements with comments.
I got the following behaviour within the MDX SApp.
The statement below does not work until i remove the
commented line. Is there a special thing about comments?
Thank you!
Jörg
Select
filter(
customers.allmembers
--,measures.[store sales]>1000)
,instr(1,[customers].currentmember.name,"USA") > 0)
on 0 from sales
--
Posted via http://dbforums.com
>.
>
Sean
--
Sean Boon
SQL BI Product Unit
**This posting is provided AS IS, with no warranties, and confers no
rights.**
"joerg" <joerg....@alreadyspamed.com> wrote in message
news:052201c30d8c$cbf8f960$a501...@phx.gbl...
>.
>
Originally posted by Joerg
> SQL 2000 Enterprise, SP3
>
>
> >-----Original Message-----
> >What version of Analysis Services are you using?
> Comments weren't
> >introduced until Analysis Services 2000.
> >Sean
> >--
> >Sean Boon
> >SQL BI Product Unit
> >**This posting is provided AS IS, with no warranties, and
> confers no
> >rights.**
> >"joerg" wrote in message
> >news:052201c30d8c$cbf8f960$a501...@phx.gbl"]news:052201c3-
> 0d8c$cbf8f960$a501...@phx.gbl[/url]...
> >> i tried all options; same problem
> >> >-----Original Message-----
> >> >
> >> >Try the C++ style. Like //, or /* ... */
> >> >Originally posted by Joerg
> >> >> Hello,
> >> >> Thank you for reading this.
> >> >>
> >> >> I have to build complex MDX statements with comments.
> >> >> I got the following behaviour within the MDX SApp.
> >> >> The statement below does not work until i remove the
> >> >> commented line. Is there a special thing about
> comments?
> >> >> Thank you!
> >> >> J=F6rg
> >> >>
> >> >> Select=20
> >> >> filter(
> >> >> customers.allmembers
> >> >> --,measures.[store sales]>1000)
> >> >> ,instr(1,[customers].currentmember.name,"USA") > 0)
> >> >on 0 from sales
> >> >
> >> >--
> >> >Posted via
> http://dbforums.com/http://dbforums.com
> >> >.
> >> >
>.
Sean
--
Sean Boon
SQL BI Product Unit
**This posting is provided AS IS, with no warranties, and confers no
rights.**
"dxd" <membe...@dbforums.com> wrote in message
news:2819556.1...@dbforums.com...
Sean
--
Sean Boon
SQL BI Product Unit
**This posting is provided AS IS, with no warranties, and confers no
rights.**
"dxd" <membe...@dbforums.com> wrote in message
news:2819556.1...@dbforums.com...
>
"joerg" <joerg....@alreadyspamed.com> wrote in message
news:052201c30d8c$cbf8f960$a501...@phx.gbl...