tm1_get_cube_grid
Build a rows-by-columns value grid for editable data entry, returning JSON that maps each cell to a write tuple for TM1.
Instructions
Build a rows × columns value grid for an editable data-entry table. Returns JSON (rows, columns, values, updateable) that maps each cell back to a write tuple.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| cubeName | Yes | ||
| colElements | Yes | ||
| rowElements | Yes | ||
| colDimension | Yes | ||
| colHierarchy | No | ||
| rowDimension | Yes | ||
| rowHierarchy | No |