Hi Experts,
I have a requirement for a report that I need to fetch the last record from a table based on the inputs provided which are Month & Year.
Example If user select the Year as 2021 and Month as August it has to look the field ToDate in my table and fetch the last record (The last record by field ToDate and there will not be multiple records for the same date)created in the Month of August 2021.
DataTypes:- Year - Yr,
DataTypes:- Month - MonthOfYearId
DataTypes:- ToDate - TransDate.
Can anyone help me with a select statement to filter the last record in the Table as per the above scenario.
Thanks in advance.