Chart Click Events
Form event handlers allow you to trigger queries, open web pages, and perform other actions in response to user interactions. For example, in the below image:
- The author has selected the "SetFlow" panel for editing.
- Within that, they have selected the "Set" button.
- To that button they have added a Change event handler.
- When the "set" button is clicked, it runs the SQL "update variants...." that can contain variables.