I need a calculation for a survey123 form. I have a decimal field called "DBH" in which multiple numbers can be entered separated by a "-", for instance: 1.2-4.6-18.3-7.2. the next field is a note called "DBH_Calculation. I need the note to calculate the square root of the sum of squares of the DBH field. using my previous example it would calculate the square root of (1.2^2+4.6^2+18.3^2+7.2^2). I think it may not be possible to perform this calculation without seperating the multiple DBHs into there own decimal field but if its possible to do this it would be great.