Forum Discussion

EricOsmanski's avatar
EricOsmanski
Icon for OneStream Employee rankOneStream Employee
2 years ago

Re: Member formula - Account Type

Alternatively, you could use this below:

If api.Account.GetAccountType(api.Pov.Account.MemberId) = AccountType.Revenue OrElse api.Account.GetAccountType(api.Pov.Account.MemberId) = AccountType.Expense Then

No RepliesBe the first to reply