Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
How to identify the Max Value in Table automatically?
You have to make sure that the data you want to know the maximum of, is a vector (array), not a range:
Notice that, since i is a range, not a vector, the max function does not work on it:
Success!
Luc