1.6.1.3.4.2.  PARTtemplateDesigner: Datasheet - Multi-column automatic insert and individually adjustable column widths

As of V12 there are new setting options in the PARTtemplateDesigner:

Table: Column widths can be individually set

Setting options:

  • Auto: Equal distribution of columns

  • Manual: User can set the width of each column individually. The single values have to be inserted separated by comma.

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)." )

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

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 on this can be found under Section 10.4.6, “ Table ” in eCATALOGsolutions Manual.