Hi experts,
I created a stored procedure with a quantity field. decimal(19,2) datatype.
When i populate it on Grid using DI the value has decimal places and commas. so how do i remove the decimal places? the value must have comma's so i just want to remove decimal places only.
Thanks.