I’m doing a window join like that tt: wj[window; `PointID`datetime;tbl; (tbl; (sum; `alpha1); (sum; `alpha2))];
however, i would like it to be more flexible and support a flexible number of alpha,
something like
tt:wj[window; `PointID`datetime; tbl_alpha; (tbl_alpha; {(sum;x)} each `alpha_mean`alpha_mean2)];
which doesnt work
Is there a way to achieve it? Thank you