Caiman
03/15/2021, 5:01 PMWatz
03/15/2021, 5:14 PMCaiman
03/15/2021, 5:16 PMCaiman
03/15/2021, 5:18 PMSandii
03/15/2021, 5:23 PMROWNUM
in there and sort the search by thatWatz
03/15/2021, 5:24 PMCaiman
03/15/2021, 5:25 PMSandii
03/15/2021, 5:25 PM.each
isnt really designed to care about which line is which, maybe the better question is why dont you want to execute on the last line and perhaps theres a different way to do itCaiman
03/15/2021, 5:25 PMCaiman
03/15/2021, 5:26 PMCaiman
03/15/2021, 5:27 PMSandii
03/15/2021, 5:28 PM.each
is really nice, you can definitely just build your own iterator on the pagedResults (which you have no choice but to do if your results can reach over the .each
limit anyway)Caiman
03/15/2021, 5:31 PMCaiman
03/15/2021, 5:31 PMSandii
03/15/2021, 5:31 PMresult
is all you have in the .each
, there is no index on it and there is no count of total linesSandii
03/15/2021, 5:32 PM.each
, although it seems weird to do somethign to every single line in a searchResult except the last oneCaiman
03/15/2021, 5:41 PMCaiman
03/15/2021, 5:43 PMSandii
03/15/2021, 5:50 PM.each
Sandii
03/15/2021, 5:51 PMvar newFilterArr;
//.each
newFilterArr.pop();
Sandii
03/15/2021, 5:52 PMCaiman
03/15/2021, 6:11 PMreptar
03/15/2021, 6:11 PMmichoel
03/15/2021, 7:30 PMCASE WHEN {field} IN (....)
Caiman
03/16/2021, 8:03 AMCaiman
03/16/2021, 8:06 AM