Products | Versions |
---|---|
Spotfire Analyst | 7.5 and higher |
This article gives brief overview of how $csearch function works and how it is different from the wildcards used in SQL.
Description of $csearch function:
Selects a number of columns from a data table using a limiting search expression. The first argument is a data table and the second argument is a string that contains the search expression determining which column names should be returned. The function returns a list of the (unescaped) column names from the data table that match the search expression.
[Column], [ColumnTest], [Column_Test], [TestColumn], [Test_Column], [Test Column], [Column Test], [Column1], [Column_2], [Column 3], [4Column], [5_Column] and [6 Column]
Column,ColumnTest,Column_Test,Column Test,Test Column,Column1,Column_2,Column 3,6 Column
Column,Column Test,TestColumn,Test_Column,Test Column,Column 3,4Column,5_Column,6 Column