Quickly show Data View with subset of rows that match regex
I'm looking for a JSL script that does the following: Gets the currently selected columns in the active data table. Takes the first selected column. Prompts the user to enter a regular expression. Selects only the rows in the table where the value in that column matches the regex. Opens a Data View window showing only those matching rows. Is this possible with JSL?