![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Are there any wild card characters in MDX like there are in SQL? For example I can do this in SQL: Select * from Employees where name like 'abc%' Can you do that with MDX? Thanks, Shab ** The contents in this message are provided as is and is not guaranteed to be correct ** *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
OK. I had found out how to use filter with = and left and right but I didn't know I could use Instr in there. Well,thanks. This makes it much easier. So what if I want to find out if a string has *a*b* in it? I have to parse it and break it into : instr(mystring,1)*instr(mystring,b)>0 ? Is there a single function in VB that does that? Thanks, Shab ** The contents in this message are provided as is and is not guaranteed to be correct ** *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |