Generating graph builder graphs in a for loop
Hi, I am building a JMP app to generate multiple graphs out of an xlsx workbook, let me give a bit of background on the architecture of my code.1. Each graph comes out of a JSL script which contains a function that takes datatable as input and returns graph builder ref as output.2. On top level, I have a for loop on the datatables I need graphs for and I construct a function call and execute EVAL(...