Our Item Description field can have a random number of spaces between text. I use RTRIM
and LTRIM
to clean the right and left sides of the column when pulling with SQL, but this doesn't address the unnecessary spaces between words.
I tried creating a Formula TRIM({Command.ItemDesc})
but this has not removed the extra spaces. Is there a way to address this in Crystal or SQL 2016?