How can I create a column switcher in a final merged data table from a list variable created in one of the source tables?
I have two data sources that being updated on a regular basis, resulting in new columns. These are are merged via JSL scripting which works well but, I'd like to embed a graph with a column switcher that grows as more columns are added. For example, say HPLC data comes from Instrument A and Instrument B. Each column is a separate sample, with more samples being added over time. I'd like to c...