How do I put a journal inside a dashboard?
I am creating a dashboard using JMP App(). Within this function I have it run a script from a data table (DataTable1). Report1 = Platform( DataTable1, DataTable1 << Run Script("Mean_Graph_Builder") );
The script creates a plot using graph builder and the plot is added to the dashboard. I would like to also add a journal to this dashboard. I have a script for to create my journal but I can't fi...
pattidimcneill