Microsoft
Software
Hardware
Network
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.IsCu
rrent} and
{Opt_ViewLeaseTenant_RemLi
st_LeaseEx
pire.Lease
ExpiryDate
} in Next61To90Days
Answer : Select Statement Change
Try this
{ViewTenantStatement1.IsCu
rrent} and
{Opt_ViewLeaseTenant_RemLi
st_LeaseEx
pire.Lease
ExpiryDate
} <= dateadd('m',4,currentdate)
mlmcc
Random Solutions
cross domain javascript
PHP MySQL SELECT OPTGROUP parent value
PHP: Get 6 most recent Youtube video links
How to add domain to an XP terminal
Starting letters with XXX
Corrupt data store
802.1q trunk
Add-ADPermission -accessrights writeproperty -properties member ACCESS DENIED
Remote site unable to ping / connect to multiple subnets on home corporate network
How do I layer hyperlink image over another image on a web page?