Hi, in my report I have dataset which wraps stored procedure with optional parameter. Parameter purpose if complex filtering which cannot be moved to report and it is important. Now I want to add couple of charts which should receive data from same SP (i.e. this dataset) but filtered (i.e. each chart should pass its own parameter to dataset/SP). Is there way to achieve it and how?
--
Regards,
Alex