Book a Demo

Author Topic: how to display note field of a tag in rtf template  (Read 3554 times)

MV

  • EA User
  • **
  • Posts: 65
  • Karma: +1/-0
    • View Profile
how to display note field of a tag in rtf template
« on: August 08, 2011, 01:16:55 pm »
Hi,

is there a way to output notes field of a tag in RTF tempalte. I can genrate tag value using <valueof> in RTF template. Some of my tag values are large text and i store them in note field of tag value.

Cheers /

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: how to display note field of a tag in rtf temp
« Reply #1 on: August 11, 2011, 12:49:05 am »
The rtf basic template has an example of tag value (with notes) output:

tagged value >
{ElementTagVal.Notes}
< tagged value

I suspect however that this is not quite what your asking ?

Regards,

Jon Ridgway.

TonyN

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: how to display note field of a tag in rtf temp
« Reply #2 on: August 11, 2011, 02:15:31 pm »
try this.

{Element.valueOf(tag name)}

Honza

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: how to display note field of a tag in rtf temp
« Reply #3 on: August 24, 2011, 09:44:04 pm »
You cannot use these workarounds, you can prepare your own tag value type that would be as long as you need.