Running Reports
This guide covers the end-user workflow for browsing, executing, filtering, and exporting reports from the View List. These steps correspond to the user-facing render experience shown when opening a published query or dashboard.
Accessing the View List
- Open the Report Builder portal (for example,
https://report-las.ledger.raralabs.dev). - The View List page loads automatically and shows all reports you are authorized to view.
- Each row displays:
- Report identifier — numeric or alphanumeric ID (for example,
6,3456) - Report name — display title (for example,
get_active_loans,sumo-user-guide) - Description — optional subtitle
- View type —
QUERY,MULTI_QUERY, orDASHBOARD
- Report identifier — numeric or alphanumeric ID (for example,
Searching for a Report
- Click the Search bar at the top of the page.
- Type part of the report name, identifier, or description.
- The list filters to matching entries.
Running a Query Report
Use this procedure when the view type is QUERY or when opening a query section inside a multi-query report.
- From the View List, click the report row (for example, 6 — get_active_loans).
- The Render View opens. The page title shows the report identifier and name.
- Click Run Query to execute the SQL and load results into the data grid.
- Wait until the table populates. If no records match, the grid displays No results.
Filtering Results
After the query runs:
- Use the Search bar above the data table to filter visible rows by any column value.
- Click View (list icon) on the right side of the table toolbar to adjust column visibility or layout, if supported by the report configuration.
Selecting Rows
- Use the checkbox in the first column to select individual rows.
- Selected rows may be required before triggering a configured Action on the report.
Exporting to Excel
- Run the query so the desired data is loaded in the grid.
- Click Export Excel.
- The browser downloads an Excel file containing the current result set.
Viewing a Dashboard
Use this procedure when the view type is DASHBOARD (for example, account_report).
- From the View List, click the dashboard row.
- The Render View opens and displays one or more chart panels.
- Each chart panel may include:
- A title identifying the chart
- A legend mapping series names to line or bar colors (for example,
sales,purchase,customer,inventory,supplier) - A Select Date Range control in the top-right corner of the panel
Filtering by Date Range
- Click Select Date Range on the chart you want to filter.
- Choose a start date and end date (for example,
2026-06-24to2026-07-01). - The chart refreshes to show data for the selected period.
Reading Chart Data
- Hover over a data point on any line chart.
- A tooltip appears showing the exact values for each series on that date.
Signing Out
- Click the gear icon in the top-right corner of the header.
- Select Sign Out from the dropdown menu.
Common Render View Controls
| Control | Location | Purpose |
|---|---|---|
| Run Query | Top center (query reports) | Executes the underlying SQL and refreshes the grid |
| Export Excel | Next to Run Query | Downloads the current table data as Excel |
| Search (table) | Above the data grid | Filters displayed rows client-side |
| View | Table toolbar | Adjusts table display options |
| Select Date Range | Dashboard chart header | Filters chart data by date window |
| Row checkbox | First column | Selects rows for actions or bulk operations |