OTBI Analysis: How to format Person Number as 6 digits with leading zeros?
Summary:
Hi experts,
I have a business need that requires me to extract data from an OTBI analysis and format all Person Numbers as 6 digits with leading zeros when needed (as some Person Numbers are 3 or 4 digits respectively). I have tried to use the LPAD argument shown below to no result. Can anyone provide insight into how to accomplish this using a formula for the column?
Thanks!
Derek
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
LPAD("Worker"."Person Number", 6, '0')