Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
We are developing an application which uses BE Views charts and inference engine rules; both need to access same constant values. We would like to define those constant values with scorecard. Can BE Views charts access scorecard values directly?
BE Views charts cannot access scorecard values. One solution for this is:
- Initialize the scorecard with constant value in the startup function.
- In metrics, have an extra property (or multiple properties if there are more than one value you want to use) for the constant value(s).
- Pass the constant value from scorecard to metrics when you compute the metrics in a rule.