Hello @sonikm24,
could you please provide an example that is describing the problem?
Your excel-file seems to contain no information and your dataset 'sonik' is missing. It would be best, if you could provide some sample dataset, so that we can work on the problem without having to crawl the websites.
From what I understand, you want to output certain rows of a dataset.
For instance row 50, because some condition applies and then you also want row 49 and row 51, because they surround row 50?!
There are a number of ways, you could achieve that. Possibly a retain statement (with optional by-processing) could do the trick.
Another option would be to use a hash and hash-iterator.
Cheers,
Michael
... View more