RafaelVidal
2 years agoNew Contributor III
Can I use XFMemberProperty in a Cube Cell Format field?
Hi all,
I wonder if I can use the following code in a Cube Cell Format.
"XFMemberProperty (DimType=Account, Member=|MFAccount|, Property=AccountType)"
The idea is to flip value sign in case AccountType is 'Expense'.
-----------------------------------------------------------------------------------------------------------------------------
If ('XFMemberProperty(DimType=Account, Member=[RowE1MemberName] , Property=AccountType)= 'Expense') Then
FlipSign = True
End If
-----------------------------------------------------------------------------------------------------------------------------