In Cognos-Framework Manager there is a calculation in the DB2 section called "Date". Supposedly this field will change a numeric date "01012005" to an actual date "01/01/2005". But, we tried it and it does not work. Can you see if you can find anything that will allow us to create a calculated field in framework manager that will convert the dates for us.
Software/Hardware used:
ASKED:
April 5, 2005 11:43 AM
UPDATED:
April 19, 2013 6:03 PM
I know this is quite an old post, but here’s some information that might help.
You could try using the following SQL functions DATE(CHAR(numeric-value)). I’ve never tried to convert a number in the format mmddyyyy to a true date. Also, here’s a link on ‘String Representations of Datetime Values’ in the ‘DB2 Universal Database for iSeries SQL Reference’.