Dear Experts,
I want to remove the decimal places from mail body report.

I have write the below code like..
Mail.AppendBody('<td align="right">'+FORMAT(ROUND(ABS(TotalCostValue)))+'</td>');
Mail.AppendBody('<td align="right">'+FORMAT(ROUND(ABS(Total_Expected)))+'</td>');
Mail.AppendBody('<td align="right">'+FORMAT(ROUND(ABS(GrandTot)))+'</td>');