Create Jedox Dimension
jedox_create_dimensionCreate a new dimension in a Jedox database by providing a database ID and a dimension name. Returns the dimension's ID and name.
Instructions
Create a new dimension in a Jedox database.
Args:
database_id: Numeric ID of the database
name: Name for the new dimension (e.g. "Accounts", "Periods", "Regions")
Returns: { id, name } of the created dimension.
After creating the dimension, use jedox_bulk_create_elements to add members. Call jedox_save_database afterwards to persist the structural change to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ID of the database. | |
| name | Yes | Name for the new dimension. |