multiple charts in a table using the same dataset?

jsherriff
edited February 11, 2022 in Analytics #1
I have two data sets, one that generates a list of ids, and one that takes an id param and returns a dataset for a chart. I've created a table with the first dataset where each row contains a chart which uses the second dataset...and I'm trying to parameterize the second dataset's query to pass in the row[] element from the first dataset, but it never works. I always get multiple duplicate charts - it's obviously only generating the 2nd dataset once, even if I change the param via reportContext.setParameterValue()

Is there a way to make this work?

Comments