Hello.
Thank you in advance for any help/guidance you all can provide.
My issue is as follows:
I have standardized report I use on a daily basis, this report contains social security numbers(SSN) without the leading zeros. I need to add the leading zeros to be able to use the correct SSN for other reporting needs.
I have tried to use the Special Number formatting for SSNs, the issue I have with this is that it only changes the appearance of the number, the actual number data does not change.
Is there a function, or set of functions I can use to easily add the leading zeros to a column?
Example below: [TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]Current Report Style
[/TD]
[TD]Needed Report Style
[/TD]
[/TR]
[TR]
[TD]35
[/TD]
[TD]0035
[/TD]
[/TR]
[TR]
[TD]60522402
[/TD]
[TD]060522402
[/TD]
[/TR]
</TBODY>[/TABLE]
Thank you in advance for any help/guidance you all can provide.
My issue is as follows:
I have standardized report I use on a daily basis, this report contains social security numbers(SSN) without the leading zeros. I need to add the leading zeros to be able to use the correct SSN for other reporting needs.
I have tried to use the Special Number formatting for SSNs, the issue I have with this is that it only changes the appearance of the number, the actual number data does not change.
Is there a function, or set of functions I can use to easily add the leading zeros to a column?
Example below: [TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]Current Report Style
[/TD]
[TD]Needed Report Style
[/TD]
[/TR]
[TR]
[TD]35
[/TD]
[TD]0035
[/TD]
[/TR]
[TR]
[TD]60522402
[/TD]
[TD]060522402
[/TD]
[/TR]
</TBODY>[/TABLE]