get rows where and select where
I'm seeing a weird issue with get rows where when trying to make it dynamic.dt = Open("$SAMPLE_DATA\Big Class.jmp");dt << get rows Where(:Sex == "F"); //Worksdt << Get Rows Where(Column("Sex") == "F"); // Doesn't Work//but ... col = :Sex; //doesn't workcol = Column("Sex"); //Works//so trying to do dt << Get Rows Where (col == "F");//can't work in any way that I can see
Tried a few different version...
vince_faller
DMR
msharp