All eazyBI for Jira eazyBI for Confluence Private eazyBI

Now

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

Syntax

Now()

Arguments

No arguments

Examples

The following example calculates how many days ago the last status change was.

DateDiffDays(
  [Measures].[Issue status updated date],
  Now()
)

See report example Issue days in current status overview in our Demo account. The calculated measures Status last updated less than 8 days agoStatus last update 8-14 days agoStatus last updated more than 14 days ago use the formula above to calculate the days since the last status update to identify a particular interval.