OPEN DATA "/Users/[...].xls"
DATA(FORMAT=XLS,ORG=COLUMNS) 2001:01:01 2014:12:31 series1 series2 series3
CALENDAR(D) 2001:1:1
Compiling twice to read data in MacRats
-
alexecon
- Posts: 72
- Joined: Fri Oct 30, 2015 12:16 pm
Compiling twice to read data in MacRats
I need to run this twice in MacRats to populate the series with daily observations. Why?
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Compiling twice to read data in MacRats
The CALENDAR needs to go first or it can't properly interpret the year:month:day as entry numbers.