

Kenan
Forum Replies Created
-
I edited my wj to select the sensorInput but my code still fails the test.
-
.f1.createLapTable:{[eventInput;sensorInput]
uniqueSensor: distinct select sensorId from sensorInput;
rack:(select from eventInput) cross uniqueSensor;
w:(rack[
time];rack[
endTime]);f:wj[w;
sensorId
time;rack;(select from sensorInput;(avg;`sensorValue))];f:select date, session, sensorId, lapId,time,endTime,sensorValue from f;f
}
My lap count and schema.
-
-
I found why my test was failing. Thank you
-
Use the table importer in the KX developer.
-
Hi Megan,
Thank you for your help. I pass all the tests but format for 5.2.
This is my code:
edgeProfile: select numTrds: count i, avgEdge: avg edge, minQty: min qty, maxQty: max qty by option_id from trade where date = last date, edge > avg edge
I attached the test results and my schema for edgeProfile.
-
I had the same issue. Try again later it sorts itself out, I don’t know what causes the loop.
-
I’m having the same test result. Did you find a solution?
-
I’m having the same issue. Did you find any way to solve it?
-
It was how I answered 2.2, I added the date col back to the laptable causing 1.4 and 1.5 to fail after completeing question 2.
Thanks
-
Thank you for your help! But after editing 1.3 I was able to pass all sections but when I try and submit I recieve an error for 1.4 and 1.5.
-
Hi Megan,
Just sent it to you.
Thanks
-