Is it possible to achieve last 30, 60, 90 days from the current date
When I am trying to achieve last 30, 60, 90 days from the current date, it is displaying as (0- 30 days), (31-60 days) and (61-90 days) in the data when filtered, but the requirement was (0-30 days), (0-60 days) and (0-90 days). Calculation: For date range Iam using this calculation Date range: DATEDIFF(CURDATE(),(`Date`))…