Hi all, is it possible to update a column from values coming from another table using wildcard as key? I have this example table but doesn't know how to use wildcards properly in updating tables. Also, I am still using JMP 15 version
Table A
Id_A | Model | Status | Start Date | End Date |
23-ABC-AA | A | Done | 2023-10-01 | 2023-10-05 |
23-ABD-BB | B | Done | 2023-10-02 | 2023-10-07 |
23-ACD-BB | C | Ongoing | 2023-10-03 | 2023-10-09 |
Table B (file to be updated, start/end date initially has no values, but when their IDs match using wildcard, it will then be updated)
Id_B | Model | Status | Start Date | End Date |
23-ABC | A | Done | 2023-10-01 | 2023-10-05 |
23-ABD | B | Ongoing | 2023-10-02 | 2023-10-07 |
24-AAA | C | Done | | |