i have one report, and now i should make something to that, so user can print it monthly, i mean that she can select the time period which she wants to print. e.g. stock movements during 1.12-31.12 ..
You might want to just create two date parameters {?Start Date} and {?End Date} in the field explorer->parameter->new and then use them in your record selection formula:
{table.date} in {?Start Date} to {?End Date}
This assumes that your date field is a date datatype, and not a string.
Where are you entering the selection formula? Should be in report->selection formula->record. Also, when you enter this, what exactly are you entering at the prompt? You seem to be using a dd/mm/yyyy format.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.