I am working with a data base that has a date field that is a string instead of a date field.
I was able to create a new formula field called date with this info:
cdate(val(mid({CallLog.RecvdDate},1,4))
,val(mid({CallLog.RecvdDate},6,2))
,val(mid({CallLog.RecvdDate},9,2))) = {?Date}
Then a was able to create a new parameter field called Date,
I have allow range values set to true.
Before I added {?Date} I had a {?Begin Date} and a {?End Date} and I would have to type in the date. In the header it would say this report is run from {?Begin Date} to {?End Date}. Of course instead of the field names it would give the acutal dates that were given. Now that I have the Date field set as a date with a range. I drag the {?Date} to the header text box and when I run the report it is blank.
Not sure what I need to change so that I have the beginning and end range in the header.
-Tim
- Note: most of the information that got me this far I found on this site.
I was able to create a new formula field called date with this info:
cdate(val(mid({CallLog.RecvdDate},1,4))
,val(mid({CallLog.RecvdDate},6,2))
,val(mid({CallLog.RecvdDate},9,2))) = {?Date}
Then a was able to create a new parameter field called Date,
I have allow range values set to true.
Before I added {?Date} I had a {?Begin Date} and a {?End Date} and I would have to type in the date. In the header it would say this report is run from {?Begin Date} to {?End Date}. Of course instead of the field names it would give the acutal dates that were given. Now that I have the Date field set as a date with a range. I drag the {?Date} to the header text box and when I run the report it is blank.
Not sure what I need to change so that I have the beginning and end range in the header.
-Tim
- Note: most of the information that got me this far I found on this site.