How to Select Rows with Date < number of days from Today
Hello,My data table contain 90 days of data (e.g 03/01/2022 to 03/04/2022).(The min & max date are not fixed because my source file will be updated daily with latest 90 days from today) I only need latest 30 days of data in my data table for 1 type of analysis.(e.g I want to retain rows with date from min=03/03/2022 to max=03/04/2022)So, I want to select rows with End date > 30 days & delete it.I ...