Array find() in the Calculated Field
-
Hi
How can i put Array find() Method in the Calculated Field?
I want to use index to find values in the arrayFor example:
var array2 = [“30”, “10”, “18”, “500”];
calculatedValue (array2[0]);Result calculatedValue = 30
thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Array find() in the Calculated Field’ is closed to new replies.