Optuma Forums › Optuma Scripting › “GETDATA” with custom codes › Reply To: “GETDATA” with custom codes
February 8, 2021 at 9:50 am
#62360

- Topics: 5
- Replies: 332
- Posts: 337
Hi,
I’ve done a few tests here using GetData and custom codes and it appears to be working correctly. Looking at your example I think there is a typo in the first line, where : is being used instead of /
V1 = GETDATA(CODE=XLK:SPX:Formula Codes);
Should it read as…
V1 = GETDATA(CODE=XLK/SPX:Formula Codes);