Help with using a SQL stored procedure to pull data using JSL
Good evening, I'm a beginner to JSL. I think suspect that I have a syntax error or something. I'm trying to run an SQL stored procedure from a JSL script. My database connections seem to work correctly (see when the query is a select statement). However, I can't get the stored procedure to run and give me the data table. Below I've listed: 1) the query formula that works (the select stat...