Adding custom text and values to plots on different pages using a for loop
Hi, I've attached a data table which aims to add a custom caption to each page of an X/Y plot graph builder report generated from the script saved within.Page is being controlled by the :Group variable, I need a way to add custom text along with a custom summary statistic (%CV in this case) to the plot for each :Group.For the most part the script is working (i.e. the text and the statistic are dis...