With V12 there are new setting options in the PARTtemplateDesigner:
The table's content is specified via Media Variable. Up to now only a title and a value ("format") had been supported.
$ALL_VISCOL.( title= "$var. ($desc. / $unit.)" ,format= "$value(SRC=VALDESC)." )
From V12, the "format" parameter can occur several times and creates a new column (or row, if the Swap rows and columns [Switch rows and columns] option is activated.
$ALL_VISCOL.( title= "$var. " ,format= "$desc.",format= "$value(SRC=VALDESC).", format= "$unit.") $ALL_VISCOL.( title= "$var. " ,format1= "$desc.",format2= "$value(SRC=VALDESC).", format3= "$unit.") $ALL_VISCOL.( title="$var. ($desc.)", format="$value(SRC=VALDESC). [$unit.]")
Details can be found in the Section 10.4.6, “ Table ” in eCATALOGsolutions - Manual.