Results, profiling, and export
Query results land in a high-performance grid built for exploring large result sets.
The results grid
- Sort and rearrange columns freely; the grid keeps your query's column order by default.
- Record links — any Salesforce record Id is clickable and opens the record in your live org, so you can jump from analysis to action.
- File links — file listing queries include a download column; see Finding and downloading files.
[SCREENSHOT REQUIRED: Results grid with a record Id link highlighted]
Profile view
Switch a result from Grid to Profile to get instant column statistics: fill rate, distinct values, min/max, and the top values per column (computed over the first 5,000 rows of large results). It's the fastest way to judge the quality of a column — how many contacts actually have a phone number? — without writing aggregate queries.
[SCREENSHOT REQUIRED: Profile view showing column statistics]
Charts and pivots
The grid has a built-in configuration panel for pivoting and charting: group rows, aggregate columns, and switch the visualization from a table to bar, line, scatter, and other chart types — all client-side, on your current results.
[SCREENSHOT REQUIRED: Results visualized as a chart via the grid's configuration panel]
Exporting
- CSV — one click downloads the current results as a CSV file, named after your query or tab.
- A stats strip above the grid shows the column count, row count (with a (capped) marker when a limit cut the result short — use Load more or refine the query), and the run time.
- Exports contain exactly what your query returned — respect your organization's data-handling policies when sharing them.