How do I mask first 12 digits of CC and display only last 4 digits in a datawindow? The column is varchar, stores both CC and bank checking acct info. I am using PB11.5 build 2506
I tried using dw_1.modify(col1.editmask.mask='************####')After I retrieve it masks first 4 digits instead of last 4.
Any help will be appriciated.
Regards,
I tried using dw_1.modify(col1.editmask.mask='************####')After I retrieve it masks first 4 digits instead of last 4.
Any help will be appriciated.
Regards,