Date Calculation in SQL Query Report

Hi,

Please close this issue as I was able to find the solution with DATEDIFF function, by using DATEDIFF(CURDATE(), tabSales Order Item.delivery_date)

Thanks
Uma