Hi Guys,
I want count base on date calculation.
For example : I have 2 dates.
Date1: 15-11-2023
Date2: 31-11-2024
I want to count a record based on same months.
Means, I will compare months, if both dates have same month, then count should be display. and in my table, date is not a field, i.e. This date field will get from procedure.
Is there is any way to do this.