Hello @Patse,
Ah okay you’re going to have to use
|> aggregateWindow(..., fn: (column, tables=<-) => tables |> table.fill())
|> fill(usePrevious: true)
Lmk if that does the trick!
Hello @Patse,
Ah okay you’re going to have to use
|> aggregateWindow(..., fn: (column, tables=<-) => tables |> table.fill())
|> fill(usePrevious: true)
Lmk if that does the trick!