Home › Forums › KX Academy › advanced capstone project 1.4 › Reply To: advanced capstone project 1.4
-
Hi @harshit-raghuvanshi ,
By exercise 1.4, you should have updated the function called .f1.createLapTable which takes two tables as its parameters and does a window join.
So in order to create your lap table, you need to create two smaller tables from the event and sensor tables for the date specified and then pass those into your .f1.createLapTable function. The table that is output from this function is what you need to save down using .Q.dpft.
Hope this helps,
Laura