You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A matrix report now pivots `rows` (down) × `columns` (across dimension
names) with `values` in the cells — the pivot triple ADR-0021 D2
specified; the flattened rows-only stopgap retires. Joined blocks gain
the same `columns` field.
`drilldown` (boolean, default true) declares click-through from an
aggregated row/cell to the underlying records; the host resolves the
dataset's object and dimension→field mapping.
reportForm surfaces both in the Dataset binding section (columns gated
on type == 'matrix'); the showcase matrix fixture moves to the true
pivot form.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
ADR-0021 D2: `Report` gains `columns` (dimension names across — a `matrix` report pivots `rows` × `columns` with `values` in the cells; also on joined blocks) and `drilldown` (boolean, default `true` — click an aggregated row/cell to open the underlying records). `reportForm` surfaces both in the Dataset binding section (`columns` visible for matrix only).
0 commit comments