Getting error "No column was added. No data was replaced. at row 1 in access or evaluation of 'Glue'" When trying to run Update
I'm at a complete loss, my code is querying a sql database and returning a one line result or a blank table, I am then trying to update the ID column of my jmp datatable with that information. It now won't match on any column between these tables, doesn't matter if I make one that's identical and try to run the update. I am on JMP18.dt100 << Update(
With( Data Table( dt200 ) ),
Match Columns
...