I'll try to be clear enough with my situation.
I have one dataset ds1
which has user IDs and have another dataset ds2
(a stored procedure) which returns results for each id.
ds2
(stored procedure) only accepts single value parameters, so I need to call for each ID instead of passing a multi-value parameter.
I have one table grouped by user, and in the second column I have the chart using ds2
.
How can I pass the value of each user ID to ds2
?