Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns a key value the e-mail of the user (from Logged by or Assignee dimensions) which is currently using eazyBIflex.bi. There is some additional functionality for the JIRA cube.

Syntax

CurrentUser() 

Arguments

No arguments 

Examples

Following For the JIRA cube the following formula is for calculated member in Assignee dimension which always returns current user key value from this dimension. 

If you select this calculated member in pages, the report always will show information about issues assigned to the user which is logged in eazyBIflex.bi.

[Assignee].[User].getMemberByKey(CurrentUser())

...