Is there any way to format an integer question so that regardless of the number of characters typed in, the result. is a two-place decimal with the decimal point replaced with a + sign?
Here's what I need:
input = result
1 = 0+01 (+01 or +1 would be acceptable)
12 = 0+12 (+12 would be acceptable)
123 = 1+23
1234 = 12+34
12345 = 123+45
123456 = 1234+56
1234567 = 12345+67
The mask function dictates the length of the string so is it possible to set a calculation in the relevance column that checks the string length, thus controlling the result to be the desired result??