Package mondrian.udf

Class CurrentDateMemberExactUdf

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

public class CurrentDateMemberExactUdf extends CurrentDateMemberUdf
User-defined function CurrentDateMember. Arguments to the function are as follows:
CurrentDateMember(<Hierarchy>, <FormatString>) 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