Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Calculate Temperature - Most Advanced UOC

    Hi,

    The correct formula to convert those units are:

    select @returnvalue =

    case

    when @FromConversionUnit = 'DC' and @ToConversionUnit = 'DF' then @UnitValue * 1.8 + 32

    when @FromConversionUnit = 'DC' and @ToConversionUnit...

Viewing post 1 (of 1 total)