Solved
Forum Discussion
RamuV
3 years agoNew Contributor III
If my understanding of the requirement is correct, you want to display the Entity Name and Entity Description in separate columns in a single CubeView.
One way you can do it is by creating a simple flow member, call it Entity_Description, Make it DynCalc and you can use the annotation type like
Dim entityDesc As String = api.Pov.Entity.Description
Return entityDesc
Now you can use this as a column for your entity description as F#Entity_Description:V#Annotation
Similarly, you can use the logic for Accounts.
This worked for me.
Related Content
- 10 months ago
- 3 years ago
- 7 months ago