1.10.1.3.4.2.  PARTtemplateDesigner: Data sheet - Multi-column automatic entries and individually adjustable column widths

With V12 there are new setting options in the PARTtemplateDesigner:

Table: Set column widths individually

Setting options:

  • Auto: Equal distribution of columns

  • Manual: The user can set the width for each column individually. The individual values must be entered separated by commas.

Table: Multiple parameters for each variable possible

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.

Examples:

$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.