View Single Post
 
Old 02-04-2014, 01:24 PM
ChrisBrewster ChrisBrewster is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Jan 2014
Posts: 36
ChrisBrewster is on a distinguished road
Default

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.
Reply With Quote