Forum Discussion

hellgoingon's avatar
hellgoingon
Helper II
9 years ago

Using parameter in SQL server and map value of this parameter to filter control in report

Hi all,

 

I'm having a big data in AA table which i cannot run query "select * from AA" because it will cost me 2 hours to run query.

So i've just want to display data defaultly from July 1st to July 30th to prevent loading much data.

 

But when going to report (display charts related to that data), i can filter data base on filter control and maybe select data from Apr 1st to apr 30th

 

How can i do that?