Usage of pxGetMaskedValue_Text
Hi,
I've been trying to understand and use the built-in out of the box function, pxGetMaskedValue_Text that takes the following parameters
(String property, String restrictionMethod, int unmaskCount, String maskPaddedString, int displayLength, String maskingChar)
I am having problems using this function (unable to get it to work), furthermore, I am trying to use this function in a report definition query too.
Lets say I have a string of 10 digits ("1234567890"). I am trying to mask the first 6 characters and display only the last 4. How should I do that? What if I want to mask a SSN?
I was unable to get more information on what restrictionMethod and maskPaddedString means, and even playing around with this function didn't provide any results to the original string passed as property