saving html with multiple plot
I try to open two graph builder through scriptting.Just because I want to plot mutiple charts and save it into a html file.The following JSL script only pop up the windows with the chart,but the HTML didn't form.Could anyone help me to debug this script.Thx!!
dt= Open( "****.xlsx" );
New Windows("mt report",
Graph Builder(.....);
Graph Builder(.....);
);
Rep = dt << report ;
Rep << Save Intera...
albiruni81
David_Burnham
dale_lehman