Forum Discussion
MarkMatson
4 years agoNew Contributor III
Not sure if this is what you want, and it's clunky, but you can also cycle through the YTD months with this;
For Each timeMember In api.Members.GetMembersUsingFilter(dimpk.GetTimeDimPk, "T#" + api.Pov.Time.name + ".AllPriorInYearInclusive")
' Perform math here using timeMember.Member.memberId
Next
Cheers
Related Content
- 2 years ago
- 2 years ago