Hi Michael,
We just tested this scenario and it was working Ok. Did you apply the patch to SQL Server 2005?
The steps we followed are:
1. Create new report named Report1 in the sample solution shipped with the chart.
2. In the SQL select string type:
select * from dbo.Continent where id = @idParam
3. Create a simple bar chart with category grouping name, showing Id value for continent.
4. In the data grouping action tab add jump to report Report1 and in the parameters add:
"idParam", "=(Fields.Id.Value + 1)"
Then run the report - it should go to the next continent when you click on the bar. How can we replicate the problem above?
Best Regards,
Nevron Support Team