Does JSON Parser Add-In need to be available in JMP-Live environment to work on published report?
We recently created JSL code to collect data from a REST API call. I'm currently on version 18.01 of JMP.
Essentially our application developer has created a scenario where for a specific manufacturing dept. we call in the data in "monthly" blocks, to reduce too much "heavy lifting". We cover 24 months of data backwards from today. We then combine each month's data into a data table then perform ou...