Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
How can I calculate Annual Leave used (last 12 months) from the column "TOTAL_LEAVE_DAYS"
@ashmitp869 Try using below Expression.
Count({<Date={">=$(=MonthStart(Today(), -11))<=$(=Today())"}>}Total_Leave_Days)