Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Returns the current date and time according to your eazyBI server system date and time.

Syntax

Now()

Arguments

No arguments

Examples

Following example calculates how many days ago was the invoice date.

DateDiffDays([Invoice].CurrentMember.getProperty('Invoice date'), Now())

See also

  • No labels