Copy link to clipboard
Copied
Hello, I'm trying to create a report that is grouped by department that shows data for the last 12 months in the detailed section. I also want to have a chart that will graph that data in the group header. I have tried to 'link' the query in the chart using #query.dept_id# to limit the data to just that department, but the #query.dept_id# does NOT seem to change when the dept_id changes. There seems to be a way to link a sub-report, but no way to link a chart.
Any help would be greatly appreciated.
Thanks
Copy link to clipboard
Copied
We had the same problem: The chart data does not change when the group content changes.
Workaround:
define a sub report with the chart in,
use an input parameter to pass the current group key to the sub report.
Did not find another way to do so.
Best regards
Copy link to clipboard
Copied
Found a better solution to solve this, subreport is not needed:
Best regards