Help, my script run OK in a Script Window but fail when run in a Column Formula
Hello, I created a script to summarize a data table by analyzing the individual statistical impact of M factors on N metrics.The summary table show the matrix of N metrics (rows) with M factors (columns), with the specific impact: Mean shift, Cpk degradation, or both) I want to add a feature to plot the distribution for each selected row with a column formula.I got inspired by this post:Linking a ...