cancel
Showing results for 
Search instead for 
Did you mean: 

Number masking does not proper working when masking digit is greater than 8 in PB 12.6 Classic

Former Member
0 Kudos

Hi All,

I am using Classic PB 12.6, build 3506. I have a column in datawindow where i masked it as 10 digit numeric (##########). When i enter any 9th numeric value then it changed in any other numeric value and also changed the value of 8th digit.

EX:- if existing value is 12345678 and i enter 9 then value changed as 123456792.

Please suggest.

Thanks,

Vikrant

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

What is the datatype of the column? Perhaps you have entered a number that is larger than the maximum.

Former Member
0 Kudos

Column datatype is number. I also tried with long, ulong, decimal, but same issue exist.

Masking properly working with string datatype column's.

Former Member
0 Kudos

I believe that 8 digits is the limit for the number datatype. If you are going to have more digits, you need to change to a datatype that supports more digits.

Former Member
0 Kudos

Hi Vikrant;

Build 3506 is he initial release of PB 12.6 GA. There have been a plethora of EBF's released since then. You might want to download the latest (build 4139 from June, 2017) and retest this issue.

Regards ... Chris

Former Member
0 Kudos

thanks for your update. i asked with my IT team. after getting the latest build i will tried and confirm.