Matching ID_HEX List to Global Reference Table
Hi everyone, I’m working in JMP with two tables: TPMS_Sensor_install_DATA.jmp : contains a single key column ID_HEX.TableID Globale.jmp contains the key column ID along with all the descriptive columns (Ref Produit, ProductName, Date, Operator, etc.). Goal: Filter the global table so that it only keeps rows whose ID appears in my ID_HEX list, and then return only the Ref Produit and ProductName c...