set_textbox_action
Set a textbox action to hyperlink, drillthrough, or bookmark link with target expression and optional drillthrough parameters.
Instructions
Set / to a Hyperlink (URL), Drillthrough (another report + optional parameters), or BookmarkLink (jump within document). target_expression accepts literal text or =expression. drillthrough_parameters is a list of {name, value} dicts wired into /. Idempotent: same action_type + target + parameters → {changed: false}, no save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| action_type | Yes | ||
| textbox_name | Yes | ||
| target_expression | Yes | ||
| drillthrough_parameters | No |