|
I have a client that wants their output in a fixed column width format when it comes to csv and txt. I have tried using a set number of spaces as the delimeter in the report.config file but this didnt produce the results I wanted, I have been researching into this for a while and I cant seem to find a solution. I know Microsoft doesnt provide a fixed width option in the CSV rendor, so I was wondering if anybody knows a trick i could use to make the columns look the same size.
(comments are locked)
|
|
Can you use the LSet() function for each column? I just tested it and it worked for me.
(comments are locked)
|


Will the option to
work?no that wont work, the casting of the columns will mess with the integrity of the report and it also goes against our reporting standards, currently trying a blank space as a delimeter to see if it works