Graphics bindings
The bindings process the analytic value or trend request based on the configured properties (Data, Aggregation, Rollup, Interval, etc.) and return either a single value result or trend data. The binding passes the result to its parent widget that handles
displaying the data.
The bindings include:
- Analytics Value Binding This binding configures a value request, which returns a single value. If the value request finds multiple data sources under
the configured node, it uses the aggregation function to combine the data sources. This binding does not use a time range.
- Analytics Rollup Binding This binding configures a trend request using a time range and returns a single value by applying the rollup function (min,
max, avg, sum, etc.) with an interval matching the time range.
- Analytics Web Chart Binding This binding configures a trend request using a time range and returns trend data designed to be visualized in a Web Chart
or Web Table widget.
- Analytics Table Binding This binding configures a trend request using a time range and returns trend data designed to be visualized in a Bound Table
widget.
- Analytics Web Rollup Binding This binding configures a trend request using a time range and rollup and returns a single trend record for the requested
time range. This binding is used with the Ranking and Relative Contribution Charts, and the Ranking and Relative Contribution
Reports, but could be used with a Web Chart or Web Table as well.