cheerfulskeptic
Programmer
I have a designed report that shows data for the year 2000 (hard coded). I inserted a paramter that prompts for the year. However, when I use the SQL Editor to edit the 'where' clause of the report to put in the following:
{table.field} in Date ({?reportyear}, 01, 01) to Date ({?reportyear}, 12, 31)
but it doesnt work. How do I insert the report year parameter into the selection criteria?
Thanks in advance
{table.field} in Date ({?reportyear}, 01, 01) to Date ({?reportyear}, 12, 31)
but it doesnt work. How do I insert the report year parameter into the selection criteria?
Thanks in advance