2 problems with setting variable reference lines on an X/Y plot
Hi, I've attached a script which aims to add (variable) red reference lines on an X/Y plot, based on the median Y value for rows of data within a given group (the group variable is set to control the page) and an additional criteria in another column. Summary of important columns:X ColumnY ColumnGroup ColumnCriteria Column When I initially wrote this script it did partially work, as in, the red li...