Book a Demo

Author Topic: RTF : getting tagged value in particular  (Read 3643 times)

Manu J

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
RTF : getting tagged value in particular
« on: March 16, 2008, 08:53:04 pm »
Hi,

I'm searching how to get tagged value in particular with RTF generator.
I have a model with a high "Data model" package which contains tagged values like "Application name", "Application version", etc.
It is question to present these informations on the report's 1st page.

Thank's for responses  8-)

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: RTF : getting tagged value in particular
« Reply #1 on: March 19, 2008, 04:03:22 pm »
Hi,

Reporting on Tagged Values is dependant on where the Tagged Value is – i.e. it could be in: Package/Element/Element.Attribute etc.

For each Section in the RTF report editor (Package/Element/Element::Attributes etc. )
There are two options for reporting Tagged Values:
1)  Using the Section (i.e. Element::Tagged Values)
2)  Using “Valueof” – (in the Element field list – for Element::Tagged Values)
The “ValueOf”  is last entry.  This requires the tagged Value to be named.  

Option 2 would probably be the easiest to use if you require the data be in a simple form and placed early in the report.
« Last Edit: March 19, 2008, 04:04:58 pm by Dermot »

Manu J

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: RTF : getting tagged value in particular
« Reply #2 on: March 23, 2008, 08:26:51 pm »
Hi Dermot,

Thank's a lot. VolueOf works fine.  8-)
Regards,

Manu