Forum Replies Created

  • trinity

    Member
    March 26, 2024 at 1:11 am in reply to: KX Developer Broken

    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 running

    kill -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

    Member
    March 19, 2024 at 11:36 pm in reply to: Functional Statement Exercises in KDB+/Q Developer Level 3

    It 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]!enlistsym;

    returnClause:enlist[price_5]!enlist (mavg;5;price);

    ?[trade;whereClause;byClause;returnClause]

    }

    Xmavg_price 5

    ”’

  • trinity

    Member
    March 21, 2024 at 2:51 am in reply to: Enroll page bug

    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.

  • trinity

    Member
    March 14, 2024 at 1:25 am in reply to: Complete reset of workspace

    Thank you this helped for resetting my course