How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

check if an expire date is within 18 months from now

calendar_today April 13, 2026 person Samiran domain incorta

Is this expression supposed to work? SO that the count of such “matches” can be aggregated in an insight to report on: case( (addMonths( $currentDate , 18 ) > WPR_test.Lease.Expire_Date ) , 1 , 0 )

open_in_new Read original post