timeMemberMap

timeMemberMap(dimension)

timeMemberMap(dimension), given a dimension, returns the closest matched member of the current time member in the dimension. The closest-match maximizes the criteria (intersection/memberPeriod). For example, if a quarter and a year intersect the source member, quarter has a better value for the criteria and is therefore returned.

timeMemberMap(Dimension d)

timeMemberMap(dimension, member)

timeMemberMap(dimension, member), given a time member, and a dimension, returns the closest matched member of the given member in the dimension. The closest-match maximizes the criteria (intersection/memberPeriod). For example, if a quarter and a year intersect the source member, quarter has a better value for the criteria and is therefore returned.

timeMemberMap(Member member, Dimension d)