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