create_pivot_table
Create a QuickSight pivot table in a specified analysis sheet from row and value columns, aggregations, and a dataset identifier.
Instructions
Create a pivot table from simple parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Display title. | |
| sheet_id | Yes | The sheet to add the table to. | |
| analysis_id | Yes | The QuickSight analysis ID. | |
| row_columns | Yes | Comma-separated dimension columns for rows (e.g., "MARKET_NAME,ASSESSMENT_TYPE"). | |
| value_columns | Yes | Comma-separated measure columns for values (e.g., "FLIP_TOKEN,REVENUE"). | |
| dataset_identifier | Yes | The dataset identifier. | |
| value_aggregations | Yes | Comma-separated aggregations, one per value (e.g., "COUNT,SUM"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||