Special Characters Not Showing (“+”)
-
I have formulas that dynamically add a plus sign in front of a positive number, however the “+” never appears to the user.
I tried switching the character settings to UTF-8 but it always reverts back to “Keep current charset”.
Here is are two examples of formulas I am using in a Calculated Field:
IF(fieldname17<=1,”,IF(AND(fieldname17<2,fieldname17>=1),prec(((-100)/(fieldname17-1)),0),’+’+prec((fieldname17-1)*100,0)))
————
(function(){
var result = fieldname37;
return IF(result==””,””,IF(result>0,’+’+result,result));
})()The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Special Characters Not Showing (“+”)’ is closed to new replies.