Forum Discussion
Chris_Wallis
LM Champion
2 years agoHi 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
- 8 months ago
- 8 months ago
- 3 months ago