I am trying to modify Statistic (AgentStats) report page. the scenario as below ....
1. new table in otrs database called store .
2. one column in ticket table called storeid (reference id of above table).
3. now I am trying to populate data from store table to here(Action=AgentStats;Subaction=) and after selecting value I have to modify main query based in reference id in ticket table (storeid).
can anybody tell me how can I do this ?

Thanks in advance