Book a Demo

Author Topic: Filter tagvalues in rtf report  (Read 3623 times)

julbri

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Filter tagvalues in rtf report
« on: May 24, 2012, 11:19:50 pm »
Hi, anyone know how to filter tagvalues in rtf reports by the name of the tagvalues ?. I have created some tagvalues with the name starting with myTag, example: myTagValidation, myTagDBField,etc and I use them in differents elements like UI elements. I would like to show in my rtf report only tagvalues which name start by myTag. Right now I cannot find a way to filter tagvalues and they all appears in my report even those that came by default with UI elements. I am using Entreprise Architect version 9.3.932.

Thank you.

Julio


Luis J. Lobo

  • EA User
  • **
  • Posts: 252
  • Karma: +0/-0
  • IT Consultant
    • View Profile
Re: Filter tagvalues in rtf report
« Reply #1 on: May 24, 2012, 11:49:49 pm »
You can show all (TaggedValues RTF section) or by name (insert Field "ValueOf" and enter its name.

It is not possible to filter by "MyTag*", but you can insert one by one all your Tags.

julbri

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Filter tagvalues in rtf report
« Reply #2 on: May 25, 2012, 10:26:36 pm »
Thank you for the answer.