Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Rounding up

    ROUND(ISNULL ((SL2.Importe - SL2.Propina - SL2.ScAmt) -((SL2.Importe - SL2.Propina - SL2.ScAmt)/ 1.16),0), 2, 1) As ImpIVA, --the final ", 1" on the ROUND function "tells" it to truncate, not...

Viewing post 1 (of 2 total)