I understand how to pass parameters from a main report to a subreport, since there's a specific field for this in the subreport object. However, I'd like to do the same thing with a table or list object as a consumer (rather than a subreport). Is it possible?
For example, say I have a parameter of 'customerID' that I can populate with a main report query, but I can't seem to pass this parameter to the table's dataset's SQL query.
I've tried, and continue to try, various combinations of parameters, fields, and variables, but to no avail.
Does this sort of thing require a subreport implementation?
(If it matters and isn't obvious, I'm using JDBC)