Script, Query Builder: filter original data by pVals<=0.05?
So I think I've over scripted this, and now stuck a bit where I can't figure out how to make this generic. So I've got 3 sequential Query scripts that are getting longer and longer to ultimately subset the original dataset by chartID's with pVal <0.05. is there a better way? by the time I get to Query#3 (joining), I have to save the Query#2 dt locally rather than run from memory and the script inc...