Mit V12 gibt es im PARTtemplateDesigner neue Einstellungsoptionen:
Der Inhalt einer Tabelle ist via Media Variable definiert. Bislang wurde nur ein Titel und ein Wert ("format") unterstützt.
$ALL_VISCOL.( title= "$var. ($desc. / $unit.)" ,format= "$value(SRC=VALDESC)." )
Ab V12 kann der Parameter "format" mehrfach vorkommen und erstellt jeweils eine neue Spalte (bzw. Reihe, wenn die Option Zeilen und Spalten vertauschen [Switch rows and columns] aktiviert ist.
$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 hierzu finden Sie unter Abschnitt 10.4.6, „ Tabelle “ in eCATALOGsolutions - Handbuch.