Book a Demo

Author Topic: RTF Template: Particular Tagged Value Notes Entry  (Read 3587 times)

Centurio

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
RTF Template: Particular Tagged Value Notes Entry
« on: June 24, 2010, 02:10:20 am »
Hi there,

I'm trying to get a Notes (<memo>) entry from a particular tagged value entry.
I've tried to get it with this sequence:

   {Element.valueOf(particularTag.Notes)}

which doesn't work

With the sequence

  tagged value >
  {ElementTagVal.Notes}
  < tagged value

I got the information of all Tagged Value Notes, what I don't need  >:(

I will appreciate for any help
Centurio

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: RTF Template: Particular Tagged Value Notes En
« Reply #1 on: June 24, 2010, 05:23:36 pm »
Hi Centurio
You can use a filter.
Open your template and then
File->Document Options
Choose the Element Filters tab
Add Filter
Use the drop down to select Tagged Value
Use the chack boxes to set up the filter

HTH

Graham
Using V12

Cat Walker

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: RTF Template: Particular Tagged Value Notes En
« Reply #2 on: June 24, 2010, 06:25:45 pm »
I'd like to pitch in. Although I agree that the proposed approach to getting the particular tagged value out will work, doesn't it bind the template to the particular tag type? If that is the case, it means that it is necessary to have far more templates than otherwise. Or am I missing a trick (please)?

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: RTF Template: Particular Tagged Value Notes En
« Reply #3 on: June 24, 2010, 06:30:26 pm »
Hi
This is true as the RTF generator does not have any control logic >:(
Using V12

Centurio

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: RTF Template: Particular Tagged Value Notes En
« Reply #4 on: June 24, 2010, 06:43:41 pm »
Thank you for your hints,

but it won't work  >:(.

Seems, this filter only filters _Elements_ with that criteria, not the
TaggedValue Notes itself.

I don't know how to get the 'Filter-result' for the report as well.
One option is to use linked documents, but that's time-consuming
We need really more than 255 chars.

Thanx
Centurio
« Last Edit: June 24, 2010, 07:08:27 pm by 2kandi »