Viewing 3 posts - 1 through 4 (of 4 total)
Thanks for the info.
The reason I need to avoid functions is because I need this to execute in Excel. Based on my experience Excel doesn't always like complex coding. I've...
December 17, 2016 at 8:04 am
#1918541
DesNorton (11/29/2016)replace FSI.StepCompletionwith CONVERT(VARCHAR(30), FSI.StepCompletion)
DesNorton (11/29/2016)
FSI.StepCompletion
with CONVERT(VARCHAR(30), FSI.StepCompletion)
CONVERT(VARCHAR(30), FSI.StepCompletion)
Interesting, I wasn't expecting this to be that easy of a solution! Thanks everyone!
November 30, 2016 at 10:00 am
#1915228
Ok, that certainly makes sense. But how would this expression be re-written in order for it to work?
November 29, 2016 at 4:36 pm
#1915062