Book a Demo

Author Topic: Filter speciffic tagged value in generated rtf doc  (Read 3012 times)

shirleyj

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Filter speciffic tagged value in generated rtf doc
« on: December 29, 2011, 07:32:55 pm »
Hi,
I want to generate a rtf doc that will show me only specific tagged value from a list of many tags that are included in elements.
i tried using the filters in the doc. generator but failed to filter the tags.
i also tried building sql search to do the same but the same result..
any ideas?
tnx in advance,
Shirley  

philchudley

  • EA User
  • **
  • Posts: 750
  • Karma: +22/-0
  • EA Consultant / Trainer - Sparx Europe
    • View Profile
Re: Filter speciffic tagged value in generated rtf
« Reply #1 on: December 29, 2011, 10:46:55 pm »
Hi Shirley

Using the Element checkbox, right-click and insert a data field valueOf

You will then be prompted for a tagged value name, (you will have to remember this and type it correctly), upon output the current value of the tagged value will be output.

Repeat this process for as may tagged values as you wish

Simple example:

[highlight]element>[/highlight]
{Element.valueOf(myTag)}
[highlight]<element
[/highlight]


Where myTag is the name of your selected tagged value

Cheers

Phil
Models are great!
Correct models are even greater!

shirleyj

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: Filter speciffic tagged value in generated rtf
« Reply #2 on: January 01, 2012, 05:31:39 pm »
Tnx, ill try that!
Shirley