Move faster and accomplish more with a professional-grade, generative AI assistant that transforms the way you work. Thomson Reuters CoCounsel is with you every step of the way, backed by authoritative content and industry-leading expertise.
Conduct legal research efficiently and confidently using trusted content, proprietary editorial enhancements, and advanced technology.
Accelerate how you find answers with powerful generative AI capabilities and the expertise of 650+ attorney editors. With Practical Law, access thousands of expertly maintained how-to guides, templates, checklists, and more across all major practice areas.
Move faster and accomplish more with a professional-grade, generative AI assistant that transforms the way you work. Thomson Reuters CoCounsel is with you every step of the way, backed by authoritative content and industry-leading expertise.
Provides a full line of federal, state, and local programs. Save time with tax planning, preparation, and compliance.
Automate work paper preparation and eliminate data entry
Software that keeps supply chain data in one central location. Optimize operations, connect with external partners, create reports and keep inventory accurate.
Automate sales and use tax, GST, and VAT compliance. Consolidate multiple country-specific spreadsheets into a single, customizable solution and improve tax filing and return accuracy.
Search volumes of data with intuitive navigation and simple filtering parameters. Prevent, detect, and investigate crime.
Identify patterns of potentially fraudulent behavior with actionable analytics and protect resources and program integrity.
Analyze data to detect, prevent, and mitigate fraud. Focus investigation resources on the highest risks and protect programs by reducing improper payments.
Around the globe, with unmatched speed and scale, Reuters Connect gives you the power to serve your audiences in a whole new way.
Reuters Plus, the commercial content studio at the heart of Reuters, builds campaign content that helps you to connect with your audiences in meaningful and hyper-targeted ways.
Reuters.com provides readers with a rich, immersive multimedia experience when accessing the latest fast-moving global news and in-depth reporting.
Shop our latest titles
ProView Quickfinder favorite libraries
Types of Errors | Resolution |
---|---|
Setup. Template reference not specified | This is classed as a serious error and you must fix before uploading or testing. Every Contract Express template must have a unique template name. To add a template name (or change an existing one), click on the template setup icon on the Contract Express tab in Microsoft Word: ![]() Enter the name of the template in the "Template name" text box. Names can be made up of any Unicode characters including letters, numbers, underscores, spaces and special characters. The maximum length for a template name is 64 characters. |
Setup. This document is not using the DOCX file format. | This serious error is usually preceded by a warning dialog that you must save the file as a .docx format. Contract Express Author can only work with .docx files so save the file as the new Microsoft Word Format and then upload again. |
Brackets ... | Serious errors related to brackets can occur when:
Click on the issue in the issues list to highlight the problem area in the document. |
Types of Errors | Resolution |
---|---|
Datatype ... | These errors occur when you have attempted to use a variable in a way that is prohibited because of its datatype. Often this may be a calculation (e.g. add a number to a text variable) either in a field in the document or as part of a computation variable. Click on the issue in the issues list to either highlight the field in the document or open the Dictionary Editor to change the computation variable definition. |
Definition. Question variable '[variable name]' is not defined. | This is given when the variable type or prompt has not been confirmed. Click on the issue in the issues list to be taken to the variable to add these attributes. |
Logic. This span condition is unnecessary. You could remove the span and keep its contents. | This warning message is given when a span condition is the same as its parent. Click on the issue in the issues list to highlight the span in the document and investigate further. You may find the outer select icon ![]() |
Logic. This span condition will always evaluate to false. You could delete the entire span and everything within it. | This warning message is given when a span condition is in opposition to its parent. For example you may nest a condition based on "Not CommencementDateKnown" inside a "CommencementDateKnown" span and it will never appear in the generated document. Click on the issue in the issues list to highlight the span in the document and investigate further. You may find the outer select icon ![]() |
Logic. Variable 'ChildName' is controlled by 'ChildrenYN' but appears before it on the questionnaire. Consider moving 'ChildName' after 'ChildrenYN' in the questionnaire. | This warning is given when Contract Express identifies variables being asked out of order. For example, asking about ChildName before the question "Do you have Children?" would be asking questions out of order. If you Test or Upload with variables out of order, the effect on the questionnaire is that ChildName will always be relevant even if you then say no to having children (relevancy is only enforced downwards on the questionnaire by default). You should change the order in the questionnaire and ask the controlling variable first. See Organising the questionnaire into groups and pages. |
Repeats. Questionnaire group ‘[group name]’ in page ‘[page name]’ contains variables in different repetition nesting levels. | Each repeat context must be in its own questionnaire group. This warning is given if the group mentioned has variables on it whose repeat context differs. This could be because: (i) you have the "How many?" (number) variable on the same group as the repeated questions, or (ii) you have variables at different repeat levels on the same group. For example, you might have repeated the CompanyName variable and inside that repeat have another repeat span for the DirectorName variable - yet put both the CompanyName and DirectorName variables in the same group. It would be better to first collect the company names and in a different questionnaire group collect the DirectorName questions. |
Repeats. Variable ‘[variable name]’ is used in multiple repetition contexts. | This warning message is given when a variable is used in both a repeated and non-repeated way or when the context is different - e.g. you could be using Repeat NumberBorrowers at one point and then Repeat 1 elsewhere in the document. To troubleshoot, find the variable in the dictionary and then use the forward and back arrows to find all the instances of this variable in the document and match up the repeat contexts. If you find you sometimes need to repeat the variable and other times not repeat the variable, you may to make the repeat context a computation variable. For more on this see Variables in repeating spans. |