Just a quick question thats landed on my desk this morning, Its to do with opteration comments when type text in the and do some basic formatting like leaving spaces between lines when they come to print the Job Traveller the formating is gone and the test is just clumped together. is there any way to correct this?
Itās a bit galling that SSRS, which literally has āSQL Serverā in the title, doesnāt handle SQL new line characters. Hereās a less verbose option of dealing with that:
Ive done similar straight out of SSRS when its going to an Excel Spreadsheet
Replace(YourValuehere,ā ,ā,ā ') . syntax not right ( replace all commas with a space) but commas wreak havoc on spreadsheets and ESPECIASLLY csv filed ( comma seperated value) readā¦ Bartender drop files for us that havenāt migrated to web / cloud Bartender yetā¦