trinity
Forum Replies Created
-
Resolved this way – hopefully this is helpful for anyone in the future who encounters a similar issue.
go to terminal
ps -ef
to see processes currently runningkill -9 x
where x is the process id for KX developer session. Then when you reload and run setup.sh again, it should be fine.
-
trinity
MemberMarch 19, 2024 at 11:36 pm in reply to: Functional Statement Exercises in KDB+/Q Developer Level 3It takes the variable x, however never uses it and instead just uses 5.
For clarity this is the solution provided
”’
Xmavg_price: {[X]
whereClause: () ; //enlisting JPM to keep as a symbol and not interpreted as a variable
byClause:enlist [
sym]!enlist
sym;returnClause:enlist[
price_5]!enlist (mavg;5;
price);?[trade;whereClause;byClause;returnClause]
}
Xmavg_price 5
”’
-
I have completed these troubleshooting steps, yet the problem still exists. Furthermore, now I am no longer able to create new posts on the discussion forum because on the landing page I am logged out despite being logged in navigating to any other page including this post.
Furthermore, I am unclear what support you mean for me to contact, the link for KX support seems to be only for KX enterprise not KX academy.
Also this seems to come and go intermittently unrelated to whether I have cleared cookies, cache, logged out and back in, switched browsers etc.
-
Thank you this helped for resetting my course