Solved
How to pull account type in Excel add-in
Hello,
Is there a way to pull the account type in Excel add-in for OneStream? I tried using XFGetCell and XFGetMemberProperty and it didn't work.
Thanks,
Will
Hello,
Is there a way to pull the account type in Excel add-in for OneStream? I tried using XFGetCell and XFGetMemberProperty and it didn't work.
Thanks,
Will
Will - XFGetMemberProperty will do the trick. Try something like the snippet below where A2 = the account you want the account type for.
=XFGetMemberProperty("Account",A2,"AccountType","","","")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.