Home › Forums › kdb+ › how to find the first element for each row which satisfy the condition › Re: how to find the first element for each row which satisfy the condition
-
or t can be like this
t: ([]isMatched: (1b,1b,0b,0b;1b,1b,0b,0b;0b,0b,1b,1b); index:((0,1,2,3);(1,0,2,3);(0,1,2,3));id: ((`a,`b,`c,`d);(`a,`b,`c,`d);(`a,`b,`c,`d)))