table_query_dql_tool
Execute DQL TABLE queries to create tabular views of Obsidian notes with custom fields for structured data analysis, reports, and dashboards.
Instructions
Execute a DQL TABLE query (requires Obsidian + Dataview plugin).
Creates tabular views of note metadata with custom fields.
When to use:
Creating structured data views
Displaying multiple fields in table format
Building reports and dashboards
Analyzing note collections
Returns: Table results with specified fields and rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | List of fields to display | |
| from_clause | No | FROM clause (e.g., '#project', '"folder"') | |
| where_clause | No | Optional WHERE filter | |
| sort_by | No | Optional SORT clause | |
| limit | No | Optional result limit | |
| ctx | No |