Expand my Community achievements bar.

michaels9529850
michaels9529850
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • var PSSN = ParticipantSSN.rawValue; // Length is 9var mask = "XXX-XX-";if(chkPredact.rawValue == false) {fltParticipantSSN.rawValue = PSSN;}else{fltParticipantSSN.rawValue = mask + PSSN.substring(5,9);}

    Type

    Questions

    Views

    470

    Likes

    0

    Replies

    0
  • On my form, I want to give the user the option to mask SSN. If checkbox = true, then only display last 4 digits of the SSN.  Then in the document, it will display value via a floating field.  I cannot figure out how to concatenate the mask and only display the last 4 digits of the SSN string.  The D...

    Type

    Questions

    Views

    548

    Likes

    0

    Replies

    1
Top badges earned by michaels9529850
Customize the badges you want to showcase on your profile