Dynamic Formatting Calculated Field
-
Hi,
I’m trying to add a “+” to the beginning of a string IF the field it is referencing is greater than 0. My formula is below but it always seems to strip the “+”. Does this have to do with the plus sign being a special character?
IF(fieldname1>0,CONCATENATE(‘+’,fieldname1),fieldname1)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Dynamic Formatting Calculated Field’ is closed to new replies.