Analysis Services
Qtd
Returns a set of members from the Quarter level in a Time dimension starting with the first period and ending with a specified member.
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]))