× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi there,

Try:

current_date - %days(14)

--
Yours truly,

Glenn Gundermann
Email: glenn.gundermann@xxxxxxxxx
Work: (416) 675-9200 ext. 89224
Cell: (416) 317-3144


On 27 May 2016 at 16:35, Hoteltravelfundotcom <hoteltravelfun@xxxxxxxxx>
wrote:

HI I have this working but now they want to see 2 weeks prior. When I make
currentdate as currentdate - 14 I get an error message
' a date, time, or timestamp expression is not valid'

how would I be able to look for 2 weeks prior?

Select T.* from
(
Select TAKEY1,
TAINSD,
IHORDT,
IHENT#,
IHDOCD,
IHORG$,
IHORD$,
(IHORG$ - IHORD$) InvAmnt,
ADRES1.ADENTN,
ADRES1.ADSTTC,
ADRES1.ADPHN#,
ADRES1.ADINTA,
ADRES1.ADSFX#,
ADRES1.ADLNM,
ADRES1.ADFNM,
ADRES1.ADENT#
FROM
ASTDTA.EMCOR1 T01
INNER JOIN ASTDTA.OEINH1 T02
ON T01.TAKEY1 = T02.IHORD#
LEFT JOIN ASTDTA.ADRES1 ADRES1
ON T02.IHENT# = ADRES1.ADENT#
WHERE TAACTC = 'TTO'
AND ADRES1.ADSFX#='000'
AND TAINSD = CURRENT DATE
AND IHORDT IN ('INT','RTR')
)T
Where
T.InvAmnt >= 300 AND T.InvAmnt <= 499
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.