What is wrong in my function call?
I am learning how to write and call a functions in JMP (coming from Matlab).Trying to pull data for a tested part from database via a SQL query.Wrote two separate scripts. One is a function with PartID as the input variable and the test data table as output.Other script is the function call, but I do not seem to be able to pass the partID to the function. Where I am going wrong? My function callpa
...