The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
I am trying to define an output response which is the max of other responses I try :
max(r_1 : r_9) it gives the value of r_1 and not the max.
max (r_1, r2, … r_9) give syntax error