The below expression gets me the count of Loans which are Recovered on any date for CalendarMonth, but what if I want to see only the ones which are Recovered in a particular CalendarMonth??
count({$<vLastFctBalanceExtended.LoanStatus ={'Recovered'}>}distinct LoanKey) // This gives me the total count starting from Jan.
I want to write something which shows me how many loans are Recovered in a CalendarMonth and not as on Month.