MDX Documentation
Java Functions (icCube MDX extension)

A set of Java functions available in MDX

Parameters

Name Type Cardinality Default value

Return

value

Description


A list of Java functions are directly available from MDX.


  • PatternMatches(string regexp,string s), equivalent to s.matches(regexp)
  • Contains(string s1,string s2), equivalent to s1.contains(s2)
  • IsNan(double v), equivalent to Double.isNan(v)
  • IsInfinity(double v), equivalent to Double.isInfinity(v)
  • StringToDate(String date, String pattern), equivalent to DateTimeFormat.forPattern(pattern).parseDateTime(date).toLocalDateTime(), link


Examples

Special Examples (errors, null, ...)

XMLA Properties

Find here the value of the XMLA properties when not specified otherwise.

icCube OLAP version: 2.5.1 13-May-2012 02:21:10 GMT