jcrawford08
Technical User
Okay, I'm stumped... I have a report that calculates days outstanding based on a date that's entered into a string field (wish it were a date field!); I have controls in my record select as follows:
isdate ({Comment.Field}) and
not isnull({Comment.Field}) and
{@Outstanding time} >= 140.00
The outstanding time formula is:
datediff("d",datevalue(cstr({Comment.Field})),currentdate)
The report is breaking and returing a bad date format string for my outstanding time formula; given that I am controlling in the record select that the comment field MUST be a date and that it CANNOT be null, what other items do I need to control for to ensure only 'good' records are calculated in my report?
As always, many thanks!!
Not in word only, but in deed also... 1Jn3:18
isdate ({Comment.Field}) and
not isnull({Comment.Field}) and
{@Outstanding time} >= 140.00
The outstanding time formula is:
datediff("d",datevalue(cstr({Comment.Field})),currentdate)
The report is breaking and returing a bad date format string for my outstanding time formula; given that I am controlling in the record select that the comment field MUST be a date and that it CANNOT be null, what other items do I need to control for to ensure only 'good' records are calculated in my report?
As always, many thanks!!
Not in word only, but in deed also... 1Jn3:18