I am encountering problems with some of the date ranges when using the Formula Editor from the Report->Edit Record Selection Formula screen in Crystal Report (8.2)
For instance, {SomeTable.someDate} in Aged0To30Days
is giving me the error: "Different value type of bounds of range."
someDate is a datetime field, and {SomeTable.someDate} in Aged31To60Days {SomeTable.someDate} in Aged61To90Days etc are saying "Formula ok" in the Formula Editor.
If I save the formula under the "Formula Fields": {SomeTable.someDate} in Aged0To30Days then it says "Formula ok". So, the error is only happening in the Report->Edit Record Selection Formula screen.
The problem exists with the following ranges as well: MonthToDate YearToDate
but it works for lastFullWeek, Over90Days, WeekToDateFromSun
Any clarification would be appreciated. Thanks.