Question : Select Statement Change

How can I change the select statement formula to make the expired date be "in the next 4 month" - I don't have that option in the premade formulas:

This is what I have now.  . .

{ViewTenantStatement1.IsCurrent} and
{Opt_ViewLeaseTenant_RemList_LeaseExpire.LeaseExpiryDate} in Next61To90Days

Answer : Select Statement Change

Try this

{ViewTenantStatement1.IsCurrent} and
{Opt_ViewLeaseTenant_RemList_LeaseExpire.LeaseExpiryDate} <= dateadd('m',4,currentdate)

mlmcc
Random Solutions  
 
programming4us programming4us