MG4
New Contributor II
since ‎2022.05.11
‎2022.06.30

User Statistics

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

Hi, Is there a way to link vector columns so that when we do something like asc, the corresponding column will also re-arrage: tbl:([] sVec:((`b`c`a);(`c`a`b);(`a`b`c));sNum:((2 3 1);(3 1 2);(1 2 3))); tbl sVec sNum ----------- b c a 2 3 1 c a b 3 1 ...
Hi All, Given a binary list of any length e.g:test:00001111000111001101000b Is there some way to iterate through this with 2 values - e.g input:3 , output:2 So that every time the input is 1 at least 3 times in a row (input param) , we let the result...
Hi, I was wondering if there's a way to run a function over x number of iterations and also update a second value based on the function's output. For e.g. summer:{[ID;y;z] y:y+z; ID:ID+1}{summer[x;y;z]}[;2;2]/[{x<750};0]Currently this runs for 750 it...
Kudos from
Kudos given to