How to set cursor of data set to the specified iteration without using filters
R
Rohit Gawli
started a topic
over 6 years ago
How to set cursor of data set to the specified iteration without using filters.
Ex. Needed to start using data set from 2nd row oo iterations without filters
Minh Chau
said
over 6 years ago
AFAIK, filter is the only way to limit the rows would be run into iteration. TA will run from the beginning until the end of your data set if no filter is set.
Rohit Gawli
How to set cursor of data set to the specified iteration without using filters.
Ex. Needed to start using data set from 2nd row oo iterations without filters