wm_concat is not a documented or supported function.
you can instead create your own aggregrate function (search for stragg)
or use the builtin in COLLECTION function and a custom function to build a string from the resulting collection
or use other methods such as xmlaggregation
all of the above methods are described here...
http://www.experts-exchange.com/Q_24914739.html