Here is what I have and I need to convert from String to Date to do a date range:
scvw_JailIncidentData.OCCUR_FROM scvw_JailIncidentData.OCCUR_TO
I now have it: {scvw_JailIncidentData.OCCUR_FROM}IN{?From Range} The IN converts to = Formula Check shows no errors.
When I enter my value From Range 01-01-2010 To Range 04-01-2010
I get returns from the year 2009 included with 2010. It seems to be seeing the mo. and date and not the year request.
If I could change the string to date format I know what to do.
Thanks for any help.
CluelessII
Edited by CluelessII - 15 Apr 2010 at 7:09pm