Book a Demo

Author Topic: RTF generation - referencing parent element  (Read 2222 times)

czyzu

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
RTF generation - referencing parent element
« on: June 11, 2010, 07:20:35 pm »
Hi,
  I'm trying to have table that will contain element name and package name in the same row. Is it possible? Fields inside element section apply only to an element attributes.

Example of what I'd like to have:
packageelementnotes
<pkg.name><element.name><element.name>

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: RTF generation - referencing parent element
« Reply #1 on: June 11, 2010, 09:06:48 pm »
Hi
Maybe something like this
Code: [Select]
package >
element >
Package      Element      Notes
{Element.ParentPackage}      {Element.Name}      {Element.Notes}
child elements >
< child elements
< element
child packages >
< child packages
< package



HTH

Graham
Using V12