Using Expr() and Eval() with variables name inside a loop
Hello, I am trying to plot distributions with a loop based on the following criteria:- need to plot only columns with at least 1x spec limit (LSL or USL)- need to split by arguments form a selected column (SplitBy) I used Eval(EvalExpr()) to build the expression that I need, but I am struggling with the Where() function to split by the selected column. I extracted the part of the code that is fail...