I am attempting to use a main report with 3 subreports. Each subreport contains rows of data in the form of time,datavalue. In the main report I'd like to plot each of the data sets as a separate data series (in other words 3 traces where each trace represents a data series from one of the three subreports). I attempted to create shared variables between the main and subreports which did work. Once I did that I used the chart expert to attempt to plot datavalue (a shared variable from a subreport) vs. time (the other shared variable from the subreport). Upon execution of the report I receive the following message:
"A printtime formula that modifies variables is being used in a chart or map"
What is the best way to take data from multipole subreports and create a chart where each trace represents a data set in a subreport.
"A printtime formula that modifies variables is being used in a chart or map"
What is the best way to take data from multipole subreports and create a chart where each trace represents a data set in a subreport.