tedschw / wabit

Automatically exported from code.google.com/p/wabit
GNU General Public License v3.0
0 stars 0 forks source link

Ability to set parameters in queries and reports #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by bdietz.de on 14 May 2009 at 7:33