Viewing post 1 (of 1 total)
It might be too late but maybe other are interested:
'Value' = (
CASE
WHEN t.Result in ('Fail','No','0.00') THEN '0.00'
WHEN t.Result in ('Pass','Yes') THEN '1.00'
ELSE CONVERT(VARCHAR, CAST(t.result AS float))
END),
OR
'Value' =...
July 27, 2011 at 2:32 pm
#1359676