Hello all. I'm sure this is a somewhat newbie question but I can lcoate anything in keyword search or the FAQ's.
CR 9.0
I have a date range parameter used in my record selection and I want to use the results of a formula as the defaults for that range parameter. Is this possible?
This is the formula:
What I would like to happen is for
to be the min default date in the parameter and
to be the max default date in the parameter. Does that make any sense and is it possible?
Thanks
CR 9.0
I have a date range parameter used in my record selection and I want to use the results of a formula as the defaults for that range parameter. Is this possible?
This is the formula:
Code:
{dbo_Master_Tbl.CMT_Submitted_By_Date} < CurrentDate and
{dbo_Master_Tbl.CMT_Submitted_By_Date} in WeekToDateFromSun
What I would like to happen is for
Code:
{dbo_Master_Tbl.CMT_Submitted_By_Date} < CurrentDate
Code:
{dbo_Master_Tbl.CMT_Submitted_By_Date} in WeekToDateFromSun
Thanks