ColumnNameContains / Select Layer

Select columns whose names contain a specific substring. Valuable for:

  • Finding related fields (contains 'price')
  • Filtering by measurement type (contains 'temp')
  • Grouping by category (contains 'sales')
  • Identifying calculated fields (contains 'avg')
  • Selecting specific metrics (contains 'rate')
Table
0
0
Table

Substring

string

The text to find within column names. Case-sensitive. Examples: 'price' matches (unit_price, price_adj, repriced) 'temp' matches (temperature, temp_c, avg_temp)