https://learninghub.kx.com/forums/topic/fundamental_capstone_project
Hi, I am unable to pull the data from remote process ,5457 and the option_id's are integer type , please check and let me know.
https://learninghub.kx.com/forums/topic/fundamental_capstone_project
Hi, I am unable to pull the data from remote process ,5457 and the option_id's are integer type , please check and let me know.
Hi @nag4467,
In the question, it states the q process is only accessible on port 5010 (screenshot attached). Try using this port instead.
Thanks,
Megan
Hi Megan , Thanks for the reply but still unable to connect to port 5010 but able to connect to 5457 but unable to pull data
Apologies I was using an old instance of the project - port 5457 is correct.
To understand your code better, I will need to see how you created your uniqueOpts list. I see you have included some of the code but I would also need to see the uniqueOptions_dictionary.
You can send me this via dm if you wish?
Thanks,
Megan
Hi Megan, Thanks alot , please see snippet below
uniqueOpts:(::)
uniqueOptions_dictionary:flip select option_id: `$string asc distinct option_id from trade
uniqueOpts:`symbol$ string uniqueOptions_dictionary[`option_id]
Thanks
Hi Megan ,
I am stuck at this step , could you please let me know if any issue with my code.
Thanks