Hi,
I am using Reporting services to write a report from an oracle database and I need to compare two dates, a date extracted from Oracle and the System date (SYSDATE).
First i need to subtract 7 days from the sysdate, and the solution should be sysdate-7 but this gives me an error 'you entry cannot be converted to a valid date time value'
Once I have acheived this I then need to compare the Oracle date.
eg Oracle Date < (sysdate -7) . Can someone please help?
Regards,
Gary Shaw
I am using Reporting services to write a report from an oracle database and I need to compare two dates, a date extracted from Oracle and the System date (SYSDATE).
First i need to subtract 7 days from the sysdate, and the solution should be sysdate-7 but this gives me an error 'you entry cannot be converted to a valid date time value'
Once I have acheived this I then need to compare the Oracle date.
eg Oracle Date < (sysdate -7) . Can someone please help?
Regards,
Gary Shaw