I created a date parameter (named Service Start Date) that corresponds with the date in an existing field({TCL_SRVC.BGN_DT}) .
In the formula editor of the select expert I have:
Month({?Service Start Date})= Month({TCL_SRVC.BGN_DT}) and
Year({?Service Start Date})= Year({TCL_SRVC.BGN_DT})
The date parameter then gives a report based on the month and year that the user enters (which is what I want).
However, in addition (as one might expect), the user is prompted to give a full date with "day" included, though the same report will run regardless of the day (for example, whether the user enters 2007/12/01 or 2007/12/21).
How do I remove the "day" option?
I thought about making the parameter numeric, but this then would ignore the year (which is essential).
Thanks for your time and let me know if I am too vague (as I have a tendency to be in these forums).
Thanks-
DS
In the formula editor of the select expert I have:
Month({?Service Start Date})= Month({TCL_SRVC.BGN_DT}) and
Year({?Service Start Date})= Year({TCL_SRVC.BGN_DT})
The date parameter then gives a report based on the month and year that the user enters (which is what I want).
However, in addition (as one might expect), the user is prompted to give a full date with "day" included, though the same report will run regardless of the day (for example, whether the user enters 2007/12/01 or 2007/12/21).
How do I remove the "day" option?
I thought about making the parameter numeric, but this then would ignore the year (which is essential).
Thanks for your time and let me know if I am too vague (as I have a tendency to be in these forums).
Thanks-
DS