SQLFILE and Variables
Hi guys,I am trying to tidy my script up. I have embedded in my script a very long sql query which on the top level is:sqlQuery = "Select x from table where identifier =" || primaryidendtifer ||";"I have saved this in an external .sql file and thought that I could load the query into the script to evaluated when required.JMP doesnt recognise that it needs to place the variables into the sql script...