Support center for flex.bi version 4.0

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

Version 1 Current »

Returns the date without the time from the provided date or string argument.

Syntax

DateWithoutTime(date_time_string)

Arguments

date_time_string
String expression for date or date time

Examples

To return Issue created date without exact time, use following expression DateWithoutTime([Measures].[Issue created date]).

Instead of returning e.g. 2014-10-01 17:43:28 only the date would be returned as 2014-10-01.

See also

 

  • No labels