Hi,
Is it possible within the data export settings to export all of the values @ times into one column:
variable[red,triangle] 2018 3.1416
variable [red, square] 2019 2.6834
variable[blue, triangle] 2018 -0.119
variable[blue,square] 2019 8.888
Thank you,
Sarah
export arrayed data with time all in one column
Re: export arrayed data with time all in one column
Ok, I'm talking about a 'flat file'?
So, anyeway, I exported to a .txt file as 'data list format' and it's able to load into Excel the way i wish from that. Maybe a better way to do this? But it works.
Thank you,
Sarah
So, anyeway, I exported to a .txt file as 'data list format' and it's able to load into Excel the way i wish from that. Maybe a better way to do this? But it works.
Thank you,
Sarah
Re: export arrayed data with time all in one column
I think "data list" is what you want. You can automate with a command script if you're doing it repeatedly.
https://www.vensim.com/documentation/vdf2dlist.html
and if you want it to happen after every run, load the cmd script into the pre/post field
https://www.vensim.com/documentation/pr ... q=pre+post
https://www.vensim.com/documentation/vdf2dlist.html
and if you want it to happen after every run, load the cmd script into the pre/post field
https://www.vensim.com/documentation/pr ... q=pre+post
/*
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/
Advice to posters (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Blog: http://blog.metasd.com
Model library: http://models.metasd.com
Bookmarks: http://delicious.com/tomfid/SystemDynamics
*/