Page 1 of 1

Displaying tables with subscripted elements

Posted: Fri Dec 22, 2006 5:50 am
by malli
When I put a subscripted variable in a custom table, it does not display anything.

Essentially, I have 5 companies with different values for a particular variable. When I try to put this variable in a custom table, it does not display any values

Also, is it possible to export to MS-Excel just a table's values instead of the entire dataset?

Malli

Posted: Fri Dec 22, 2006 12:34 pm
by bob@vensim.com
You need to put the name is as

variable[subscript]

where subscript is either a specific element - if you want to see only that one element - or a range is you want to see the range for all the selected elements.

To put this into the clipboard just use Edit>Copy (or click on the scissors icon) then Edit>Paste in Excel.

Posted: Fri Dec 22, 2006 2:21 pm
by malli
Thanks Bob