About
table.actions.getColumnValues(name, options) returns one column's values —
as a typed array when possible — honoring the current filters, sort, and chosen scope.
Use it to feed charts, exports, or downstream analyses without writing ad-hoc SQL.
- Click Filter fare_amount > 20 in Setup.
- In Call, pick column = fare_amount and scope = filtered.
-
Click Fetch values. The Result panel below shows the typed array returned.