| SelectByCaptions |
This function locates row labels or text columns that have a matching text pattern and selects the rows.
Syntax:SelectByCaptions, filterAction, axis, index, boolFromPage, pageCaption, boolFromFile, filename, boolFromText, operator, count, commaDelimitedCaptionsParameters:
filterAction – action to take on items that meet criteria { KeepBySel, RemoveBySel, JustSelect, Flag} Examples:SelectByCaptions,KeepbySel,Row,-1,false,,false,,true,contains,2,2006,2007 Keeps the rows with a row label that contains the text ‘2006’ or ‘2007’. SelectByCaptions,RemovebySel,Row,-1,True,ref,false,,false,exactmatch,0, Removes the rows with row labels that match exactly the row labels on the page ‘ref’.Comments:Flag only works for the Row axis, and inserts a Flag column to the left of the column being tested. |
| < Prev | Next > |
|---|