view the POV of the datacell executing BusinessRule.DashboardStringFunction XFBR business rule?
How do I view the POV of the datacell executing BusinessRule.DashboardStringFunction XFBR business rule?
I think I can run this statement:
Dim viewMember As ViewMember = ViewMember.GetItem(api.Pov.View.MemberPk.MemberId)
BRapi.ErrorLog.LogMessage(si, "view = " & viewMember.tostring)
Is there a faster way to view all 10 dimesions in POV of the datacell ?
These do not work:
Dim POV As POV = ViewMember.GetItem(api.Pov.MemberPk.MemberId)
BRapi.ErrorLog.LogMessage(si, "view = " & POV.tostring)


