Book a Demo

Author Topic: How to exclude items with a specific tagged value from documentation  (Read 3408 times)

jbailey.spatialdna

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
I've created a new boolean tagged value type, generateDocumentation, with a boolean type, as follows:

Code: [Select]
Type=Boolean;
Default=True;

I've then assigned this tagged value, with a value of False, to those elements that I don't want to include in the documentation. Elements that I do want to document will either have this tagged value with a value of True, or will not have this tagged value.

I'm attempting to create an Element Filter that will exclude elements with generateDocumentation="False", but I can't figure out how to structure the Element Filter correctly to get the desired results. My Element Filter looks something like this:

Search InConditionLook ForRequired
Element
Tag Value
PropertyEqualsgenerateDocumentation
ValueEqualsFalse

Suggestions on how to do this?