1
General Board / How to Skip Certain Diagrams when Generating RTF
« on: February 09, 2012, 08:35:54 am »
Given the following sample structure:
->Package: Diagrams
----->Package:System1
--------->Diagram:System1
----->Package:System2
--------->Diagram:System2
----->Package:System3
--------->Diagram:System3
How can I generate (RTF) documentation starting with the package "Package: Diagrams" but have it skip the diagrams in, say, "Package:System2"?
I was hoping I could use an element filter based on a Tagged Value but that doesn't seem to work (I don't think I fully understand the purpose of Element Filters). Is there a way to filter certain diagrams out when generating the documentation - based on a Tagged Value?
I realize I can exclude a package from documentation on a "global" level (by setting the "Exclude Package from Generated Reports") but I don't want to do that. I want to be able to exclude it at the time I generate the report (because I might have one report that includes a given package and another report that doesn't).
Is this possible?
--- Thanks, Jeff
->Package: Diagrams
----->Package:System1
--------->Diagram:System1
----->Package:System2
--------->Diagram:System2
----->Package:System3
--------->Diagram:System3
How can I generate (RTF) documentation starting with the package "Package: Diagrams" but have it skip the diagrams in, say, "Package:System2"?
I was hoping I could use an element filter based on a Tagged Value but that doesn't seem to work (I don't think I fully understand the purpose of Element Filters). Is there a way to filter certain diagrams out when generating the documentation - based on a Tagged Value?
I realize I can exclude a package from documentation on a "global" level (by setting the "Exclude Package from Generated Reports") but I don't want to do that. I want to be able to exclude it at the time I generate the report (because I might have one report that includes a given package and another report that doesn't).
Is this possible?
--- Thanks, Jeff