KX Community

Find answers, ask questions, and connect with our KX Community around the world.

Home Forums KX Academy Fundamental Capstone project 2.3 proejction

  • Fundamental Capstone project 2.3 proejction

    Posted by jamie on March 28, 2024 at 3:39 pm
    messages: update trade_id: trade_id, exch_message, broker_id: extractBrokerId each exch_message from messages
    extractBrokerId: {[exch_message]
        temp: "-" vs exch_message;
        msg: temp[0];
        res: temp[2];
        if[msg ~ "ISE"; res:temp[1]];
        "J"$res} 

    this is my current code for 2.3 but the output is a projection can you see what i'm doing wrong

    laura replied 3 weeks, 3 days ago 2 Members · 1 Reply
  • 1 Reply
  • laura

    Administrator
    April 3, 2024 at 9:07 am

    Hi @Jamie ,

    Your code looks okay to me, which might suggest that something else is incorrect in the previous exercises.

    Can you show me the meta of your messages table?

    Thanks,

    Laura

Log in to reply.