Get the control's value from the previous row of the repeating section without Javascript

  • 26 July 2018
  • 1 reply
  • 38 views

Badge +1

Is there a formula that I can use to get the value of a control in the previous row of the repeating section so that I can compare the value with the current row control. I am using a responsive form and I am unable to add any java script to achieve this.

 

Please provide suggestions or alternatives I can use. 

Thanks in Advance.


1 reply

Userlevel 4
Badge +9
I am afraid that's not possible, because even if you can use "currentRowNumber" and "rows" to get the previous row, you will not be able to target a specific control from another line.

Reply