Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone!
I have a table which has few columns such as ID, Date, Expiry Date. So what I am trying to do is to count any row that has expiry date less than current date.
Waiting for your kind response.
May be like this:
Count({<[Expiry Date] = {"$(='<=' & Date(Today(), 'ExpiryDateFormatHere))"}>} ID)