Book a Demo

Author Topic: Templates - Tagged-Values in Table Cells  (Read 2510 times)

Eran Peleg

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Templates - Tagged-Values in Table Cells
« on: May 25, 2020, 02:47:00 am »
Hi All
I'm trying to generate a document using EA templates.
The expected result is a set of Tagged-Values, each in a table cell, after allocating the element through a connector.
Example: I have a requirement "Req1" with an OpenIssue "OI1" (a Stereotyped Requirment) with TagA=AAA and TagB=BBB.
I would like the result to be a table with:
Req Name | OI Name | TagA | Tag2  |
   Req1      |  OI1       |  AAA |  BBB  |
I'm OK with allocating the requirement and finding the connected OpenIssue.  However, I can't find how to extract each Tagged-Value using valueOf() to different cells.
Thanks
Eran