Versions Compared

Key

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

...

Section
titleProperties


Section
titleSelected Column

Specify the column that identifies a table row.


Section
titleSet Operation

Select the operation on the sets, provided by tables within the macro body.

andSelect only on rows that are part of all tables.
orSelect rows that are part of any table. Table row columns are merged for cells are blank.
notRemove rows from the first table that appear on any other table.
strict-and

Select only on rows that are part of all tables and the number of tables must be greater than one. Otherwise the result is empty.


Version Box
since6.2.0

The operation strict-and is available since version 6.2.0



Section
titleColumn Names

Specify the names of the columns to merge in any order.

Append a character to control the alignment of the column (header and data).

SignDescription
<Left alignment
|Center alignment
>Right alignment

If no controls are specified, the styles of the first table are applied to the result column.


Section
titleHeader Translations

Comma-separated list of key list-value pairs to map columns from tables.

Format: k1=v1|v2, k2=v3.

To translate the headings of the tables to be merged, specify the desired column name with the 

In-Document Link
anchorColumn Names
. Then map these names to the columns of the merged tables.

Example Box

For this example we assume a table merge based on and.

The columns of table one are Short Name and My Tags, of table two Short Name and OtherThe merged table should have the columns Name and Tags .

Section


Column


Panel
titleTable One


Short NameMy Tags
......




Column


Panel
titleTable Two


Short NameOther
......




Column


Panel
titleMerged Table


NameTags
......




This is the configuration:

Code Block
languagetext
titleColumn Names
Name, Tags


Code Block
languagetext
titleHeader Translations
Tags=My Tags|Other, Name=Short Name

Note that mappings a separated by a comma, alternative values from the table columns are separated by pipes.



Section
titleNo Content Text

The alternative text to be rendered in case the result table set is empty.

If no alternative text is specified, nothing will be rendered in case the result set is empty.

Version Box
since7.2

This parameter is available since version 7.2.



Section
titleCSS Class

Style information for the table


...