Book a Demo

Author Topic: Tagged values - reporting and element view  (Read 2484 times)

Ian Stuart

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Tagged values - reporting and element view
« on: September 18, 2009, 01:05:46 am »
Hi.  I have created some tagged values (custom fields) that I am using in requirement elements.  Is there a way that I can add these values to the element list view as columns?

I would also like to se these values on RTF/ html reports.

Thanks

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Tagged values - reporting and element view
« Reply #1 on: September 21, 2009, 05:02:53 pm »
With RTF reports the tagged Values can be set in the Template using either:
Element.Valueof() - this returns the specfic tagged Value
or
Element::Tagged Values - section - this returns all TV's for an element.

The HTML generation supports this by default.

Ian Stuart

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Tagged values - reporting and element view
« Reply #2 on: September 21, 2009, 08:46:16 pm »
Thanks, that's great.  I have managed to create an RTF template that does exactly what I want.  Unfortuntely the HTML freezes up in IE6.  I expect this is our environment but will search the forums to see if anybody else has the same issue.

I take it that it is not possible to use Tagged values as fields in the element list view?