Posted 2 May 2018, 11:07 am EST
I a report that was working in C1Reports. I pulled it into FlexReports and it behaves differently. I have a parent child relationship in my datasource. I want to print the data and present the grouped data in a line chart below the data. The data groups properly. But the Chart after each grouped set is a graph of all the data not the grouped data. I have the chart in the GroupFooter.
How dow I tell the Chart to use the Group data? I see no filter property. I did set Y1Expression to my filter request but it had no effect.