Forum Discussion
Chris_Wallis
2 years agoLM Champion
Hi Jared, I created this Groovy scripted Complex datapoint which returns 1 if the wildvalue is “drive1” and 0 otherwisewv = "##WILDVALUE##"
if(wv=="drive1"){
return 1
}
else{
return 0
}
It uses the same approach that can be used to access the WILDVALUE in a standard data collection script.
Some things to note, the DS I tested on was a SCRIPT (I don’t know with certainty if this datapoint would work in the same way for other collection/discovery methods).
Hope this helps!
Related Content
- 5 months ago
- 4 months ago
- 5 months ago