I understand your explanation now, but I need the "company" docvariable to toggle a bunch of company-specific terms, and I want to require the author to toggle both the terms and the included text in one step. (So there can't be a file with Acme's included text and Apex's terms.)
But my IncludeText fields so far work only partially, in these ways:
- {IF {DocVariable cond} {IncludeText "file"} {...} } brings in the whole file.
- {IncludeText "file" bookmark} brings in the bookmarked text.
But so far I can't do something like {IF {DocVariable cond} {IncludeText "file" bookmark} {...} }
Haven't found an explanation for doing this. Thanks in advance for help.
|