That works just fine.
Thanks!
Jim
-----Original Message-----
From: Todd Caughey [mailto:caugheyt@...]
Sent: Tuesday, January 10, 2006 1:28 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Checkhead.Checkdate format
It's klutzy but...
SUBSTRING(Date,5,4) + SUBSTRING(Date,1,2) + SUBSTRING(Date,3,2) where 'Date'
is your calculated field date string.
-Todd C.
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf Of
Moore, Jim (Anniston)
Sent: Tuesday, January 10, 2006 12:52 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Checkhead.Checkdate format
I have an RB report that uses string(checkhed.checkdate, '99999999') in
a calculated field expression. The output is MMDDYYYY.
Due to some changes in the way our bank wants the reporting done, it must be
YYYYMMDD.
Can this be changed and if so how?
Thanks,
Jim Moore
General Dynamics - OTS
Thanks!
Jim
-----Original Message-----
From: Todd Caughey [mailto:caugheyt@...]
Sent: Tuesday, January 10, 2006 1:28 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Checkhead.Checkdate format
It's klutzy but...
SUBSTRING(Date,5,4) + SUBSTRING(Date,1,2) + SUBSTRING(Date,3,2) where 'Date'
is your calculated field date string.
-Todd C.
-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]On Behalf Of
Moore, Jim (Anniston)
Sent: Tuesday, January 10, 2006 12:52 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Checkhead.Checkdate format
I have an RB report that uses string(checkhed.checkdate, '99999999') in
a calculated field expression. The output is MMDDYYYY.
Due to some changes in the way our bank wants the reporting done, it must be
YYYYMMDD.
Can this be changed and if so how?
Thanks,
Jim Moore
General Dynamics - OTS