Restrictions

DATA CENTER AND SERVER | CLOUD

Restrictions

The current version of the Word Template Export has some functional restrictions:

  1. No graphic elements, such as emojis, in template language statements text content

  2. Wiki markup rendering does not support Wiki "anchor" links

  3. No nested tables in template language statements text content

  4. Word tables with multiple rows in template language statement text content must be preceded and followed by at least a single space. 
    Please read Working with Tables to understand rendering restrictions and conditions.

  5. Exporting with an active tree filter requires a template that uses the $selectedFilter expression and the filter statement

  6. Use of text boxes may cause errors in word template

  7. Since exporting pages rely on application links, there are some limitations when using the $selectedTreePage expression

  8. Web links added from Issue Links

  9. Since MS Word itself does not support more than 9 levels of headings, the recursion of “levelheading” statement will only work up to a depth of 9 levels


Working with Tables

Word tables in template language must follow certain conditions to render data in a new table or in table rows.

Tables with multiple rows that is NOT preceded or followed by at least a single space will have an unexpected result.

$selectedTreePage expression export limitations

The Page context item’s “content” property must be placed on a separate line on its own as shown in the snippet below at line #3.

The rendered page will start from the expression's line position, so any text before it will be replaced.

Page (Default value is Title): [[$.]] Page Content: [[$.content]] Page Created: [[$.created]]