Package mondrian.udf

Class CurrentDateMemberUdf

java.lang.Object
mondrian.udf.CurrentDateMemberUdf
All Implemented Interfaces:
UserDefinedFunction
Direct Known Subclasses:
CurrentDateMemberExactUdf

public class CurrentDateMemberUdf extends Object implements UserDefinedFunction
User-defined function CurrentDateMember. Arguments to the function are as follows:
CurrentDateMember(<Hierarchy>, <FormatString>[, <Find>) returns <Member>
The function returns the member from the specified hierarchy that matches the current date, to the granularity specified by the <FormatString>. The format string conforms to the format string implemented by Format.
Author:
Zelaine Fong
  • Constructor Details

    • CurrentDateMemberUdf

      public CurrentDateMemberUdf()
  • Method Details