Support center for flex.bi version 3.2

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 Next »

Returns if any date from comma separated string is between time period start and end dates.

Syntax

 AnyDateInPeriod(dates_string, Time_Member_Expression)

Arguments

dates_string
String with comma separated dates (in YYYY-MM-DD or other recognized format).
Time_Member_Expression
MDX expression that returns Time dimension member.

Examples

AnyDateInPeriod([Issue].CurrentMember.get('Previous due dates'), [Time].CurrentMember) will be true if any issue previous due date was in current Time dimension period. See previous due dates calculated JIRA custom field example.

See also

DateInPeriod

  • No labels