Using Where() in Oneway Graph for multiple parameters
This code works because I am explicitly writing ":WaferID" inside of the Where(...) clause:
// Example Parameters...
colParaList = {Column(dt, "Para1"), Column(dt, "Para2"), Column(dt, "Para3")};
splitPara = Column(dt, "Site");
byPara = Column(dt, "WaferID");= Associative Array(byPara) << GetKeys();
byParaValues
New Window("Test", vlb = V List Box(
dt << Fit Group(
For(iC = 1, iC <= NItems(colParaList),