Hello,
I'd like to get your input on something I want to implement in my team, and to a greater extent, in the company I work for.
Context:
We are running a number of processes in multiple instruments. For each of these, we collect a lot of results (process performances) that we measure.
We use control charts to visualize if a process is in control in an instrument but this can lead to to tens of control charts per process per instrument.
Instruments are grouped in cluster and I have datatables for each cluster. These datatables are grouped in one JMP project.
Problem statement:
I would like to create an interface where you can select the instrument, the process and the parameters/performances you want to visualize. The interface should be pretty user-friendly (for example using buttons and drop-down list or selecting items). Then clicking on a "Display control charts" button, would either have for effect to open a new window or display in the same window the selected control charts. There will also be an "update" button that would update the JMP datable, which is at the moment, linked to an Sharepoint-Excel table, such that you would always have the latest version of the data when you visualize the control charts. (I have everything here, I just need to implement the update button, should be straightforward).
I've used AI to sort of generate what I would ideally like to have:

Routes for a solution
I initially thought of using a JMP journal, combined with JMP dashboard but before spending time in this direction I would like to have some feedback on the feasibility of that little project I have and on the best options. Should it be a JMP journal, a JMP dashboard or an application (which means I would need to start scripting in JSL) ? Is that even feasible with JMP at the moment ?
Thank you in advance for your help and any idea is welcome!