I am converting a CCYYMMDD string field to a date field with the following formula:
cdate (mid({Table.Datefield},5,2)&"/"&right({Table.Datefield},2)&"/"&left({Table.Datefield},4))
I named the above formula "f_converted_date".
I have a date range input parameter to select a range of dates off my source table.
My selection criteria looks like this ({@f_converted_date} = {?Date_Range}.
My report seems to be selecting the correct dates for the detail records successfully. However, when I try to add the ?Date_Range input parameter to the title of the report, it is blank.
Any suggestions?
Thanks in advance,
Tim
cdate (mid({Table.Datefield},5,2)&"/"&right({Table.Datefield},2)&"/"&left({Table.Datefield},4))
I named the above formula "f_converted_date".
I have a date range input parameter to select a range of dates off my source table.
My selection criteria looks like this ({@f_converted_date} = {?Date_Range}.
My report seems to be selecting the correct dates for the detail records successfully. However, when I try to add the ?Date_Range input parameter to the title of the report, it is blank.
Any suggestions?
Thanks in advance,
Tim