Date problem [message #98384] |
Mon, 12 December 2005 02:02 |
Eclipse User |
|
|
|
I have a computed column which is a date from database + 3 months.
I put the following as computed column expression :
DateTimeSpan.addDate(Date(max(annulus_pressure.Survey_date)) ,0,3,0);
wher Date(max(annulus_pressure.Survey_date)) gives me the latest date.
but I recive this error:
""Script engine error: ReferenceError: "DateTimeSpan" is not defined.
(computedColumn#3 )
Reason:
A BIRT exception occured.
Is something is missing?
Is the date value from DB is not in the right format?
I do not know what is the problem, any help is really valuable.
thanks & regards
Mohamed Arafat
|
|
|
Powered by
FUDForum. Page generated in 0.06844 seconds