Using date field in filter question
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
Using date field in filter question
I am using a date field as part of my SQL filter. I noticed in the new version, it also shows the time when you specify the criteria in the filter. Is there a way to get rid of this or will it always be there when you use a date? ____I print the date field on my report, but I have the time turned off.____thanks__Fred
=> Using date field in filter question
If you are comparing to a date time field, the comparison will always need to be a date time literal. ____You would need to create a calculated field to convert the date time to just date and then use it as the filter field in order to remove the time part for the comparison.____Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Using date field in filter
I can do that, should have thought of that myself!____thanks__Fred