NewToThis2
Technical User
CV9. I have a long text field 00000000000115360+ in which I'm only using the ending digits less the +. For example, using the formula below, the above string would result in "115360". I then need this result converted to 11.5360
My formula thus far is:
strreverse(mid(strreverse({PERSACTION.NEW_VALUE_11}),2,6))
What do I need to add to the formula to convert the result into a 4 digit decimal?
Any help would be most appreciated. Thanks so much!
My formula thus far is:
strreverse(mid(strreverse({PERSACTION.NEW_VALUE_11}),2,6))
What do I need to add to the formula to convert the result into a 4 digit decimal?
Any help would be most appreciated. Thanks so much!