Book a Demo

Author Topic: How to include the contents of a Wireframe Table in generated RTF documentation?  (Read 4938 times)

Marc Vanstraelen

  • EA User
  • **
  • Posts: 40
  • Karma: +6/-0
    • View Profile
One of our analysts is specifiying screens in EA (v12.1) that contain wireframe tables. She would like to output the contents of the different cells in the generated RTF documentation, but for now we can only get the visual representation on the diagram.

I found that the definition of the table is stored in a "Properties" tag, so I'm afraid that to extract the content in a readable format, the only way to go is via a scripting template fragment. As I don't (yet) master scripting, I'd like to know if there is any other possibility?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Hi Marc,

I'm afraid it's going to be either scripting or SQL. In this case I think it would be easier with scripting then it would be with SQL.

Geert

Marc Vanstraelen

  • EA User
  • **
  • Posts: 40
  • Karma: +6/-0
    • View Profile
Thanks Geert, that's indeed what I thought.