Hello everybody,
I have created a report which contains different graphs and elements built from several data tables.
I would like to find a convenient way to save it.
Here is a little example:
new window ("My report",
hlist box(
data table("Candy Bars")<< Distribution( Continuous Distribution( Column( :Calories ) ) );
data table("Big Class")<<Bivariate( Y( :height ), X( :weight ) );
)
);
When I save it as a JMP report and then reopen it, only the dependency with the table Candy Bars remains and I only have one graph in my report.
So far the only solution I have found, is to save it using html interactive format. This enables me to keep a trace of all the information of my report.
Nevertheless I would like to know if it is possible to save it as a JMP report in order to have the possibility to keep on working with it in JMP.
Thanks in advance for your help!