Hello, I try to find the max value of a column in a repeating section but I don't find any information about it. I want to find the max value of the CharacteristicPower column. How can I make it ? Thanks for your help. The code of the repeating section. <!--Repeating section of characteristics--> < fieldset class = "repeating_characteristic" > < div class = "dark-row" style = " margin-bottom: 2px;" > < div class = 'sheet-2colrow' > <!--Left column--> < div class = "sheet-col" style = " background-color: #B6D7A8; width: 650px; margin-right: 0px;" > < input class = "textbox" type = "text" name = "attr_CharacteristicName" value = "Name" style = " margin-left: 10px; width: 240px;" /> < button type = "roll" title = "PowerRoll" name = "roll_CharacteristicProficiency" style = " margin-left: 15px;" value = "&{template:default} {{name=@{CharacterName} - @{CharacteristicName &#125; }} {{Power=[[1d@{CharacteristicProficiency}]]}}" ></ button > < input class = "textbox" type = "number" name = "attr_CharacteristicProficiency" value = "0" /> < button type = "roll" title = "ControlRoll" name = "roll_CharacteristicPower" style = " margin-left: 10px;" value = "&{template:default} {{name=@{CharacterName} - @{CharacteristicName &#125; }} {{Proficiency=[[1d@{CharacteristicPower}]]}}" ></ button > < input class = "textbox" type = "number" name = "attr_CharacteristicPower" value = "0" style = " margin-left: 0px;" /> < input class = "textbox" type = "number" name = "attr_CharacteristicMass" value = "0" style = " margin-left: 2px;" /> < input class = "textbox" type = "number" name = "attr_CharacteristicLength" value = "0" /> < input class = "textbox" type = "number" name = "attr_CharacteristicWidth" value = "0" style = " margin-left: 2px;" /> <!--Total of values--> < input class = "textbox" type = "number" name = "attr_CharacteristicLevel" value = "" readonly = "readonly" /> </ div > <!--Right column--> < div class = "sheet-col" style = " background-color: #FFE599; width: 492px; margin-left: 0px;" > < input class = "textbox" type = "number" name = "attr_CharacteristicQuantity" value = "0" style = " margin-left: 9px;" /> < input class = "textbox" type = "number" name = "attr_CharacteristicDamage" value = "0" style = " margin-left: 12px;" /> < input class = "textbox" type = "text" name = "attr_CharacteristicPosition" value = "Position" style = " width: 105px;" /> < input class = "textbox" type = "text" name = "attr_CharacteristicDescription" value = "Description" style = " width: 260px;" /> < input type = "hidden" name = "attr_CharacteristicQtyLevel" /> </ div > </ div > </ div > </ fieldset >