As of 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)." )
As of V12 the parameter "format" can occur several times and always creates a new column (or row, if the option Switch rows and columns is enabled).
$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 on this can be found under Section 10.4.6, “ Table ” in eCATALOGsolutions Manual.


