Forum Discussion
aformenti
7 months agoContributor II
Hi marisolbritton,
You can try with the following XFBR rule, this should reverse the order:
If args.FunctionName.XFEqualsIgnoreCase("GetReversedTimeFilter") Then
Dim TimePK As DimPk = BRApi.Finance.Dim.GetDimPk(si,"Time")
Dim TimeList As List(Of String) = BRApi.Finance.Members.GetMembersUsingFilter(si,TimePK,"T#Pov.AllPriorinYearInclusive",True).Select(Function(x) $"T#{x.Member.Name}").ToList()
TimeList.Reverse
Dim TimeListString As String = String.Join(",",TimeList)
Return TimeListString
End If
Related Content
- 12 months ago
- 2 years ago
- 2 years ago
- 3 months ago