Graph Builder Charts By Variable with different Y axis scales
All, I need to modify my Scripted Graph Builder so that it sets various scales for each plot.I have a table of the (simplified) form::date - just a date:rawValue - some numeric value:byVariable - several categorical values to separate :rawValues into groups:rawMedian - just a median value for each of the groups, formula Col Quantile(:rawValue, 0.5, :byVariable) I plot it this way: Graph Builder(
S
...