Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Enables you to display data that is generated by SIL script in a table, great for reporting.

...

  1. To add a TableScriptMacro, go to your the necessary Confluence page and , click Insert more content.
     Image Removed
    Click the , and select Other macros > SIL table.



  2. In the displayed dialog, fill out the necessary fields:
    1. Enter the script name that you created.
    2. Enter the names for the columns.
    3. Enter the input - space key and the page name where you want to display the variables.
    4. Define the separator. In our case we used comma as a separator, and you can define another symbol. For instance, in cases where a page contains commas in the name, you might want to use period as a separator.



    5. If the transposed checkbox is selected, the table columns will be transposed.



  3. Click Save to create a TableScriptMacro.



...

You have created CollectDescendants.sil script and a TableScriptMacro that is associated with this script.

Result

Every time you that update a page, the macro will display data generated by the selected SIL script in a table.

...