Have you check with the above does it works or not...
Try with the str() function
Declare @x as numeric(19,6)
Set @x = convert(float, ($[$38.U_DiscAmount.number])) / ($[$38.14.number])
Select Str((@x *100),15,2)
Hope Helpful
Regards
Kennedy
Have you check with the above does it works or not...
Try with the str() function
Declare @x as numeric(19,6)
Set @x = convert(float, ($[$38.U_DiscAmount.number])) / ($[$38.14.number])
Select Str((@x *100),15,2)
Hope Helpful
Regards
Kennedy