Skip to main content

Drill-through & export

Outcome

You can chase any dashboard widget into the underlying list, refine the filter, and export a CSV when the conversation has to happen outside the app.

Prerequisites

ScopeWhat it lets you do
reports.read.*View widgets
report.exportExport CSV / PDF

Drill-through

Every widget has a click target:

Widget kindDrill
Tile (KPI)Open the list / page that defines the KPI.
Bar / segmentOpen list filtered to the bar's bucket.
Time series pointOpen list filtered to that time range.
Pie sliceOpen list filtered to the slice's category.

The list opens with the dashboard's filters plus the widget's own filter applied. Refine in-place from there.

Export

Lists carry Export CSV and (for some lists) Export PDF:

ActionWhen
Export CSVWorking data — for spreadsheet analysis or attaching to a payer call.
Export PDFPresentation — for a meeting or audit packet.

Both write a report.export audit row with actor + filter set + row count.

Steps — export from a drill-through

  1. Click the widget. Land on the list.

  2. Refine the filter if needed (column toggles, date refinement).

  3. Click Export. Pick CSV or PDF. The platform writes a report.export audit row.

  4. The file downloads to your browser; for tenants with retention policies, it also writes to the audit-archive bucket.

CSV columns

The default columns mirror the visible list columns; you can toggle columns before exporting via Columns in the toolbar.

Common useful exports:

Use caseListColumns
Aged-claim push to admin/claims?balance>0&age>=60Claim, member, payer, age, balance, status.
Variance pack for payer call/receivables/:id/exceptionsClaim, expected, posted, delta, CARC list.
Denial cohort for appeals/denials?carc=CO-15&payer=XClaim, member, denial date, denied amount, RARC.
Patient AR for collections/patient-billing/aging?bucket=121+Member, balance, last statement, contact.

PDF export

For dashboards or detail pages, Export PDF produces a static rendition that mirrors the screen. Useful for:

  • Meeting decks.
  • Audit packets (with the audit row as proof of provenance).
  • Email attachments to non-platform stakeholders.

What you can't export

ItemWhy
PHI from a list filtered too broadlyTenant policy may cap rows.
Audit logRestricted; ask admin.
Raw 835 segmentsUse the Trace tab's per-line export.

Validation

CheckExpected
report.export writes for every exportYes.
CSV contains the visible columnsYes.
PDF mirrors the on-screen viewYes.
Audit row carries the filter setYes.

Troubleshooting

SymptomCauseFix
Export greyedLack of report.exportAsk admin.
Row count over tenant capCap configuredNarrow filter.
PDF blankPage didn't render in timeHard-refresh; try again.
CSV has an extra empty columnToggleable column was on but hiddenToggle visible / not in Columns.

Where to next