Home arrow Reference arrow SearchAndSelect

CONTENT WARNING

This site refers to our older, server-based product. If you are interested in our new, Excel-based product, please see our main web site at http://www.nextanalytics.com

SearchAndSelect
Search for and select rows with a specific text sequences in the row label or particular text column.

Syntax:

SearchAndSelect, operator, textColumnIndex, "commaDelimitedStrings"

Parameters:

operator – the test operator to use { ExactMatch, Contains, StartsWith, EndsWith } 

textColumnIndex – the index position of the text column (first is 0, row label is -1)

commaDelimitedStrings – a comma-separated list of strings to look for 

Examples:

SearchAndSelect,Contains,2,"Mana,Rep"

Selects all rows with "Mana" or "Rep" in text column index 2 (the third text column).

 

Reference

Installation - Java