How to select individual cell based on condition and insert it?
Hello
I am trying to select an individual cell based on condition and insert it to a column in JSL.
For example:I have this following table - I want to insert to the first row under column "value" the "score" value of the second row (11) because:
when looking on the first and second row:home = home and y=y and x=x+1Input:scorehomeyxvalue10US11 11US12 10Canada11 10US35 Expected: scorehomeyxvalue10U...