Solved
Forum Discussion
NidhiMangtani
3 years agoContributor III
Hello, Try this please
Dim lstBaseAccounts As List(Of MemberInfo) = api.Members.GetMembersUsingFilter(api.Pov.AccountDim.DimPk, "A#[Root].DescendantsInclusive")
If lstBaseAccounts.Count > 0 Then
For Each curBaseAccount As MemberInfo In lstBaseAccounts
Dim sCurBaseAccount As String = curBaseAccount.Member.Name.ToString
Dim sText1 As String = api.Account.Text(curBaseAccount.Member.MemberId, 1)
End If
Next
- sfilho3 years agoNew Contributor III
Hi Nidhi, thank you for the help but unfortunately the code did not work.
Related Content
- 2 years ago
- 8 months ago
- 2 years ago
- 2 years ago