I am working with Crystal 2008. I am extracting name, social, and amount of retirement contribution. I have to format this info to fit the "template" in order to upload.
How do I "pad" {fname} to make it 20 in length?
For example it should look like:
{fname} {lname} {Middle}
Kellie Long Ann
Instead it looks like this:
KellieLongAnn
Someone said I should export to excel and use the REPT function with cocantenate. Doesn't crystal have a function like this?
How do I "pad" {fname} to make it 20 in length?
For example it should look like:
{fname} {lname} {Middle}
Kellie Long Ann
Instead it looks like this:
KellieLongAnn
Someone said I should export to excel and use the REPT function with cocantenate. Doesn't crystal have a function like this?