Author Topic: RTF report  (Read 4097 times)

Jiri Urban

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
RTF report
« on: July 24, 2008, 01:49:46 am »
is there any way how to display forexamply only "basic path" scenario or same for some type of constrains in rtf report?

thank you for answer

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: RTF report
« Reply #1 on: July 24, 2008, 11:48:42 am »
There is no direct filtering on the sub-element level of the RTF report generation. If you want to filter at this level it may be best to look into creating a query in the Advanced Search (ctrl-F).

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: RTF report
« Reply #2 on: July 24, 2008, 09:59:29 pm »
Quote
There is no direct filtering on the sub-element level of the RTF report generation. If you want to filter at this level it may be best to look into creating a query in the Advanced Search (ctrl-F).


To round this up, as I believe it only partially solves the issue: You can create an advanced search filtering for basic paths.
Then you can assign this search criteria to model document as part of a complex document when generating documentation.
Meaning: You set several "chapters" by defining model documents made of either pacakges or aearch criteria (or both, though I am not sure about combing both). One chapter might be the result of the search rule extracting only the basic paths from your model.

I hope this helps.

Oliver

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: RTF report
« Reply #3 on: July 25, 2008, 09:24:42 am »
Quote
Meaning: You set several "chapters" by defining model documents made of either pacakges or aearch criteria (or both, though I am not sure about combing both). One chapter might be the result of the search rule extracting only the basic paths from your model.

You don't combine them. If you have both in one Model Document, the RTF generator takes the package list in preference and ignores the search.
Best Regards, Roy

Jiri Urban

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: RTF report
« Reply #4 on: July 26, 2008, 12:41:55 am »
thank you for your answers.