Forum Discussion
EricOsmanski
Valued Contributor
Hi Sean - you will be able to do this with a Dynamic Calc. See below for screenshots of the setup. On your CV column, you would reference this member with one of the annotation View members, such as U8#Ent_Text1:V#Annotation.
Dim entity As String = api.Pov.entity.Name
Dim entityId As Integer = api.Pov.entity.MemberId
Dim entityText1 As String = api.entity.Text(entityId,1).ToString
Return entityText1
Sean
3 years agoNew Contributor
Hi Eric,
Thank you very much!! It is working exactly the way I need after following all your steps. Really appreciate taking your time and effort to answer my question.
Best Regards,
Sean
Sean
Related Content
- 4 months ago
- 3 years ago
- 12 months ago