Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 is there a function in MDX like SQL's like 'str%'?

Author  Topic 

tybaltzeke
Starting Member

28 Posts

Posted - 2009-11-22 : 20:31:14
i am working on a system in which the product code has been embedded in the description, like this:

'satellite dish SAT'
'cable set top box STB'

etc.

is there an MDX function i can use to test for the presence of product code 'SAT' or 'STB'?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-11-23 : 10:02:53
you can use Like() function found under StringFilters in

http://www.codeplex.com/ASStoredProcedures
Go to Top of Page
   

- Advertisement -