Sending events to the Data Visualization fields
This section explains how to send events to the Data Visualization fields.
To send an event to a Data Visualization field
- Create a form with a Data Visualization field.
- Select the module to display in the field.
- Add the following active link action to send an event type and event data to the module field.
PERFORM-ACTION-SEND-EVENT F dataVisualizationFieldID eventType [eventData]
For example:
PERFORM-ACTION-SEND-EVENT F536870914 "DisplayItem" $ItemName$
Where:- 536870914 is the data visualization field ID.
- DisplayItem is an event type that is recognized by the module.
- $ItemName$ is a field on the form that contains the name of the item to be displayed in the module field.
Was this page helpful? Yes No
Submitting...
Thank you
Comments