Forum Discussion
Mike_Sabourin
4 years agoContributor II
I've used this in the past and it has worked. It goes in a UD8 member. I named mine No_Derived, but it can be whatever you want.
Dim ViewMember As ViewMember = ViewMember.GetItem(api.Pov.View.MemberPk.MemberId)
''''''Suppress Derived Data'''''''
If ViewMember.IsAnnotationType = False Then
If api.Data.GetDataCell("U8#None").CellStatus.IsDerivedData = False Then
Return api.Data.GetDataCell("U8#None")
Else
Return Nothing
End If
Else
Return Nothing
End If
Related Content
- 2 years ago
- 4 years ago
- 10 months ago