Quote:
Originally Posted by KevinH
Yes any change in sorting will completely recreate the table so that the overall total always is placed at the bottom regardless of column sorted on.
And yes, by design can not run dry-run on multiple searches on the same target files as each pass through the files will mess up the previous searches calculated match positions, changes potential match context, and would miss matches that are built up from earlier replacements.
So a dry-run table must represent a single search over the set of target files.
|
Okay that is what I suspected. Makes sense. Thanks for explaining.