Now
Returns the current date and time according to your eazyBI server system date and time.
Syntax
CODE
Now()
Arguments
No arguments
Examples
Following example calculates how many days ago was the invoice date.
CODE
DateDiffDays([Invoice].CurrentMember.getProperty('Invoice date'), Now())