'LIKE' function in SSAS ?
how can i filter rules in a dmx query ?
NODE_CAPTION LIKE '%something%' doesn't seem to be recogenized by ssas..
help plzz
how can i filter rules in a dmx query ?
NODE_CAPTION LIKE '%something%' doesn't seem to be recogenized by ssas..
help plzz
No, the LIKE operator is not supported in SSDM 2005. A possible workaround is to use a UDF (user defined function) to perform the filtering. See http://www.sqlserverdatamining.com/DMCommunity/Newsgroup/3100.aspx for more details.
thanks