I have an usecase to access the element from an array based on the value stored in another field.
data record(a=array(1,2,3,4,5))
| fieldsAdd random = random()
| fieldsAdd random_nummer = toLong((random*100)%arraySize(a))
| fieldsAdd test = a[random_nummer]
Is this possible with dqlin the openpipeline processing step or any alternate ideas to implement this?
Dynatrace Certified Associate