Package mondrian.udf

Class 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 Detail

      • CurrentDateMemberUdf

        public CurrentDateMemberUdf()