https://learninghub.kx.com/forums/topic/answers-no-longer-work-seem-to-work
Whenever I load in the process , none of my functions don't seem to work when they previously did.
I'm currently using this:
system "l ",getenv[`HOME],"/fundamentals_capstone_dbs/"
The trade,nbbo and spread table seem to load in but not the inst or option table.
Hi @AAronD27
Upon loading in the database with the line of code you have provided, it should only contain the three tables; trade, nbbo and spread.
The optRef and instRef are then created further along the project using the refServiceHandle.
nbbo (from database)
trade (from database)
spread (from database)
messages (loaded from csv)
optRef (retrieved from service)
instRef (retrieved from service)
I hope this answers your question, but if not please let me know!
Many thanks,
Megan