I have a report that's a bar graph. The underlying query has 3 columns, grp, ser, and frequency which are used for the chart's group, series, and data respectivly.
When I add a child table, I don't seem to be able to filter the results with data from the parent using :GRP. I added a child PLSQL report to print the bind vairables to see if there was funky formatting going on, but it was null. But if I print :GROUP or :SERIES (the name of the fields displayed when you hover over data a chart), they are getting the values I expect. Has anybody else experieced this or know if there's a workaround or fix for it? It is not a problem for other parent/child reports I have in which the parent is a table instead of a chart. I'm using 4.0.1 on Win64.