AnalyticsControl Events

Events

AIChatMessage The AIChatMessage event which fires when a message is displayed in an AI chat. This could be the question, the answer or thinking messages from the AI as it reasons to determine an answer.
AIChatShowCharts The AIChatShowCharts event which fires when the user clicks the Show Charts button in an AI Chat. This event allows the developer to code how the chart should be presented to the user. It could be in the same Analytics Control as the AI chat or a separate one.
Drilldown The Drilldown event which fires when the user drills down on an inmydata dashboard or visualisation. This event allows the developer to override the drilldown based on the subject, dashboard/visualisation name, data values or user. It also allows the developer to code response to the drilldown such as opening a specific screen in the host application.
InsightOpened The InsightOpened event which fires when the user clicks on a insight in the insights view. This event allows the developer to code how the chart illustrating the insight should be presented to the user. It could be in the same Analytics Control as the AI chat or a separate one.

See Also