I am using Crystal 10.
I have a parameter field that is a string and gets a beginning year and ending year from the user. I want to use this string in a subreport in the record selection. Something like this:
I need to replace the 2010 with a minimum(?YearRange) and the 2011 with a maximum(?YearRange).
Do you have any suggestions on how to set this up?
TIA!
~RLG
I have a parameter field that is a string and gets a beginning year and ending year from the user. I want to use this string in a subreport in the record selection. Something like this:
Code:
{Schedule.App_DtTm} in DateTime (2010, 01, 01, 0, 0, 0) to DateTime (2011, 12, 31, 0, 0, 0)
Do you have any suggestions on how to set this up?
TIA!
~RLG