KX Community

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

Home Forums KX Academy Advanced Capstone 1.3 test fail. Reply To: Advanced Capstone 1.3 test fail.

  • Kenan

    Member
    April 7, 2024 at 1:23 am

    .f1.createLapTable:{[eventInput;sensorInput]

    uniqueSensor: distinct select sensorId from sensorInput;

    rack:(select from eventInput) cross uniqueSensor;

    w:(rack[time];rack[endTime]);

    f:wj[w;sensorIdtime;rack;(select from sensorInput;(avg;`sensorValue))];

    f:select date, session, sensorId, lapId,time,endTime,sensorValue from f;f

    }

    My lap count and schema.