Forum Discussion
Anonymous
5 years agoNo built in way to reference other datapoints when one datapoint has an alert.
However, you could make your complex datapoint a little more complex. Not knowing exactly, I assume that resource_actual_state and resource_configuration_state can both be either 0 or 1.
Your complex datapoint could be:
(resource_actual_state * 10) + resource_configuration_state
The resulting values could be 0, 1, 10, or 11. Your threshold could be >0. You could include the value in the alert and provide a description that says the first digit represents the resource_actual_state and the second digit represents the resource_configuration_state.
Workaround and klugey I know, but it is what it is.
Related Content
- 6 months ago
- 6 months ago
- 5 months ago