Tables

Edit a table cell

  1. Option 1: Select the table cell you want to edit, and press the Enter/Return key .
  2. Option 2: Double click on the cell you want to edit.
    • The Edit Cell window appears.
  3. (Optional) The Edit Cell window can be resized by dragging the bottom-right corner of the window.
  4. Change the text as desired.
  5. (Optional) Use Shift + Enter/Return to add new lines to the text.
  6. Press the Enter/Return key to save the text.

Notes

  • If the table cell is the only alternative to a condition, a extra column will appear with another condition alternative with the keyword ELSE.
  • If there is only a single row representing When adding text to the only table cell in a row
  • When lines in the table cell are too large (> 318 characters), an error message appears when attempting to save the text. Add some new lines in the text (using Shift + Enter/Return) to shorten the lines and try to save the text again.
  • Note that new lines added using Shift+Enter/Return do not appear in the final output. New lines in the output are achieved by making use of HTML (the  <br> (or <br />) tag). See below.
  • Table cells can contain HTML, which is used for layout purposes. Such table cells contain so-called tags, which consists of some text between < and > characters (e.g. <b>, </i> or even <p class="boldGreenTitle">). It is important that HTML is correctly used within table cells.

Do not add new lines within VALUE constructions (e.g. VALUE(Varia[NEWLINE]bleA)). This is currently not detected by Match Developer during editing, and causes Match (Web) Player to show an error.

Feedback