set_tooltip_field_binding
Bind a tooltip page to specific fields so it appears only when hovering those fields. Writes the page binding using the provided field list.
Instructions
Bind a TOOLTIP PAGE to specific fields so it only shows when hovering those fields. fields = JSON array of {table,field}. Writes the tooltip page's pageBinding {type=Tooltip, parameters}. The page should already be set_page_type tooltip. Verify in Desktop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | JSON array of {table,field} to bind the tooltip to | |
| tooltipPage | Yes | the tooltip page name or displayName | |
| reportSessionId | Yes |