Create offline cube files (.cub) with OlapCube. Download Now!


table of contents

Qtd

Returns a set of sibling members from the same level as a given member, starting with the first sibling and ending with the given member, as constrained by the Quarter level in the Time dimension.

Syntax

Qtd([«Member»])

Remarks

This shortcut function to the PeriodsToDate function predefines that function's «Level» argument to be Quarter. If no member is specified, the default is Time.CurrentMember.

Qtd(«Member») is equivalent to PeriodsToDate(Quarter, «Member»).

Example

The following example returns the set of days from the beginning of the third quarter of 1997:

Qtd([05-Sep-1997]))

See Also

PeriodsToDate