Book a Demo

Author Topic: tagged values as properties in rtf doc?  (Read 2434 times)

barrym

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
tagged values as properties in rtf doc?
« on: February 28, 2007, 02:14:13 pm »
In release notes for 6.5 it states "Ability to include tagged values as specific object level properties", but I cannot find a single word of explanation of how to do this in the documentation.

I have extended the standard requirement element with several tagged values.  In my documentation, I want to have each tagged value (by its name) placed in a separate table column (the same as you can with named properties).

Any suggestions how to do this?

peter.zrnko

  • EA User
  • **
  • Posts: 253
  • Karma: +0/-0
    • View Profile
Re: tagged values as properties in rtf doc?
« Reply #1 on: February 28, 2007, 11:14:45 pm »
Right click in the rtf template editor and select "value of".

then you can have something like this
{Element.valueOf(Zdroj)}
for the Tag "Zdroj".
Peter

barrym

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: tagged values as properties in rtf doc?
« Reply #2 on: March 01, 2007, 09:01:31 am »
Thank You!!  Using valueOf does exactly what I wanted.