I usually read data for the German ifo-index, which is comparable to the ISM indices in the US, directly via the URL into RATS. That worked well in the past. But after the release of new data today, I got the problem, that the data is not read into RATS. Therefore, I downloaded the Excel file and tried to read the data from the stored file. With the DATA wizard I got the following code
Code: Select all
OPEN DATA "C:\Users\User\Downloads\gsk-d-202305.xlsx"
CALENDAR(M) 2005:1
DATA(FORMAT=XLSX,NOLABELS,ORG=COLUMNS,TOP=10,RIGHT=4) 2005:01 2023:05 CLIMAT ACTUAL EXPECTATIONS
Maybe this problem relates to the upgrade to version 10.00g. The German language has umlauts, which I used also in the editor of RATS within strings for Graphs und Reports. Now, the editor shows strange characters where the is an umlaut in the program files. However, in reports and graphs the strings are correct. Also this Excel-Sheet contains strings with umlauts.
Best regards
PeterF