Jump to content

Rule for adding a number to a set of numbers


dschiller

Recommended Posts

It may be for a barcode. If that's the case you can do that right in the text editor instead of creating a rule, just add the letters around the field name and make sure they are the same font.

 

Otherwise here's the JavaScript for that:

var txt = "A";
return txt + Field("FieldName") + txt;

Link to comment
Share on other sites

×
×
  • Create New...