Macro Language Reference > PIs > Tables > <?tbcolsets>
  
<?tbcolsets>
Description
Allows you to specify the columns to display when duplicating a table with <?tbwmode=2>. Without this option set PTC ALD will simply strip columns from the right of the source table and output them in the table below.
The set of columns defined with this command will also be used if the table is too wide for the frame column, or if the <?tbwmode=3> option is set.
Syntax
<?tbcolsets ('(' colset:t ')' )+>
colset
A list of columns to include, separated by commas. You can specify as many colsets as you need, for example <?tbcolsets=(0,1,2,3),(0,4,5),(0,6,7)> will produce three copies of the table instead of one very wide table with 8 columns.
 
The first column is designated as 0 (temporary) and in this example it is shown in every copy of the table in the manner of a side header.
Additional Information
This is a table wide property NOT a column property.
Related Links