Please enable JavaScript to view this site.

Vensim Help

Custom Tables are used to customize the content of a table so as to show selected variables and runs in one table.  Like Custom Graphs they are created from the Graph Control in the Control Panel.

If cust3.mdl is not already open:

ØOpen the model cust3.mdl in the directory UserGuide\chap08\complete.

To make a Custom Table:

ØClick on the Control Panel button on the Toolbar.  Click on the tab Graphs in the Control Panel.  
ØClick the button New….  The Custom Graph Editor opens with the cursor positioned at the graph Title editing box.
ØClick on As Table... on the bottom of the dialog.  The Custom Graph Editor opens with the cursor positioned at the graph Title editing box.

 

ØType in a name for the graph (e.g., Table for Customer Diffusion)
ØUsing the mouse, click on the button labeled Variable on the lower left of the dialog.  A Variable Selection dialog box appears.  Move the scrollbar down the list and double click on Customers (or type the first letters in Customers until it is highlighted, then press Enter).
ØClick on the Add button to the right of the variable name you just entered.
ØClick again on the Variable button and double click on the variable Capacity.
ØClick again on the Add button.
ØThe Custom Table Editor should look like this:

 

ØClick on OK.  The Custom Table Editor closes and the Graph Control is left open.
ØClick on the name of your table in the Graph Control, then click on the button Display.

The table is displayed, with the variables you chose.  You can easily add additional variables and change the labels that appear in the left column.

Experiment with different options in the Custom Table Editor by clicking on the button Modify in the Graph Control, and changing things.  If you want to change the order that variables are displayed simply drag them to a different position in the list.  You can also add comments and other information.  

Number formatting: You can specify a format following C format conventions (for example %.0f for numbers rounded to integers and %.6g for 6 decimal places) for each variable. See Custom Table Keywords.