Hello:
I have been struggling to get a data conversion and group total for a while now. I am trying to take this one step at a time: I have a textfield or "string" which reads like a timer 00:23:45. I want to convert this into an integer so I can add these up,using the sum function. This is the formula I have tried in the field's "format" section. I tried to build this, but I keep getting an error. Can anyone, help. What am I doing wrong with this formula?
tonumber(left({ado.correctedduration} 2),mid({ado.correctedduration} 4,2),right({ado.correctedduration} 2))
I have been struggling to get a data conversion and group total for a while now. I am trying to take this one step at a time: I have a textfield or "string" which reads like a timer 00:23:45. I want to convert this into an integer so I can add these up,using the sum function. This is the formula I have tried in the field's "format" section. I tried to build this, but I keep getting an error. Can anyone, help. What am I doing wrong with this formula?
tonumber(left({ado.correctedduration} 2),mid({ado.correctedduration} 4,2),right({ado.correctedduration} 2))