Hi -
I am having a type mismatch issue with some time calculations. I have an existing survey XLSForm which is formatted like this...the calculation works perfectly. The number of minutes elapsed is returned. In this instance, the user is prompted to enter two times in this format - XX:XX and then the third line determines minutes elapsed.
I want to modify the survey to do some behind the scenes calculations so that field staff do not need to enter the colon (:) between hours and minutes (we want the time to be entered like XXXX).
I've modified the XLSForm to do this, and now my line 48, "Time_Elapsed" is throwing a type mismatch error. I can not figure out what I've done wrong as I feel like the results of line 43 (Interview_TimeColon) and line 47 (StartFishing_TimeColon) are not all that different from what was being input in the first 2 lines from the screen capture above (e.g. 10:45 vs. 1045, which is then calculated to 10:45).
Things I have tried -
Does anyone have any suggestions? I also did test using the solution from this post, but it did not work.
Thank you,
Solved! Go to Solution.
What about using the Input mask column with 99:99? May be easier and look nice.
What about using the Input mask column with 99:99? May be easier and look nice.
Wow - talk about overthinking something. Thank you! I haven't explored input masks yet - this is super handy.