As a report user I would like to be able to set the date range and the
product ID for my reports on runtime. This would allow me to run the same
report & query for different products without changing the query.
Sample for query:
SELECT date, customer, amount
FROM sales
WHERE product_id = <product_id>
When setting up variables (like product_id) it would also be good to set
default values, data types and value ranges (for example for dates).
Original issue reported on code.google.com by bdietz.de on 14 May 2009 at 6:12
Original issue reported on code.google.com by
bdietz.de
on 14 May 2009 at 6:12