Hi,
I have a calculated field on a baq to get the first 150 characters of the comment field and turn them into a string to get rid of the carriage returns so that when it is copied and pasted into Excel the data stays on one line. My field is string(substring(DMRHead.CommentText,1,150)). When I copy and paste from the BAQ designer all the data stays on one line but when I add the query to a dashboard then copy and paste the data from there into excel it still has the strange breaks onto other lines. Any idea how to fix this?