- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You probably want a calculate script on your second field, something like;
xfa.resolveNode("SSN[0]").isNull
? ""
: '***-**-'+xfa.resolveNode("SSN[0]").rawValue.substr(-4)
You will need to change the "xfa.resolveNode("SSN[0]")" bits to reference your fields.
Views
Replies
0 Likes
Total Likes