I need a parameter that displays a date range but only shows month and year. I need to be able to go back at least 2 years or run it for say a month. May 2017 to June 2018 or April 2018 to April 2018 are 2 examples. Crystal dates show the day in the parameter and we can’t allow the user to select the day but only a month and year. Any help is appreciated. Thanks.
I had this set up with the parm set to a number and allowing a range but it gives an error if you try to check for a range like May 2017 to March 2018
(({CLNDR_MNTH}) in {?month-range}) and
//(PRODYR} in {?year-range}) and
I had this set up with the parm set to a number and allowing a range but it gives an error if you try to check for a range like May 2017 to March 2018
(({CLNDR_MNTH}) in {?month-range}) and
//(PRODYR} in {?year-range}) and