CR2011
SQL db
I need to export a text field for use in a CSV file that is fed into another databae. It needs to be 38 characters. Easy enough using left({Permit_Main.DESCRIPTION},38)
However I need to fill in with character spaces if the field has less than 38 text characters.
Can someone help with a formula that will give me 38 characters and spaces with or without 38 text characters. The spaces would fill the gap to the next field in my CSV file.
SQL db
I need to export a text field for use in a CSV file that is fed into another databae. It needs to be 38 characters. Easy enough using left({Permit_Main.DESCRIPTION},38)
However I need to fill in with character spaces if the field has less than 38 text characters.
Can someone help with a formula that will give me 38 characters and spaces with or without 38 text characters. The spaces would fill the gap to the next field in my CSV file.