<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue exporting tabbed report to html + data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Issue-exporting-tabbed-report-to-html-data/m-p/655592#M84463</link>
    <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to script some analysis that creates a tabbed output, with each tab containing a chart generated in graphbuilder.&amp;nbsp; See attached example.&amp;nbsp; Would like to export for non-JMP users.&amp;nbsp; Can export to html but would prefer to export to html with data to preserve the format.&amp;nbsp; When I try this, the exported file opens but there is no data shown.&amp;nbsp; See example of output and script used (limited the script to just one of the 6 graphs generated):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window("Calibration Curves",
	tb = Tab Box(
		"Test 1",
		vlb1 = V List Box("Data Analysis"),
		"Test 2",
		vlb2 = V List Box("Data Analysis"),
		"Test 3",
		vlb3 = V List Box("Data Analysis"),
		"Test 4",
		vlb4 = V List Box("Data Analysis"),
		"Test 5",
		vlb5 = V List Box("Data Analysis"),
		"Test 6",
		vlb6 = V List Box("Data Analysis")
	)
);
dtStand = dtSum;
dtStand &amp;lt;&amp;lt; select where(:assay == "Test 1");
dtTest 1 = dtStand &amp;lt;&amp;lt; subset(output table name("Test 1"));
gTest 1 = New Window("test",
	Graph Builder(
		Size(534, 482),
		Show Control Panel(0),
		Variables(X(:"Mean(Readbacks)"n), Y(:"Mean(calculated_net_mfi)"n)),
		Elements(Points(X, Y, Legend(5))),
		SendToReport(
			Dispatch(
				{},
				"Mean(Readbacks)",
				ScaleBox,
				{Scale("Log"), Add Ref Line(0.0031, "Solid", "Black", "LLoQ", 1),
				Add Ref Line(2.65, "Solid", "Black", "ULoQ", 1)}
			),
			Dispatch({}, "Mean(calculated_net_mfi)", ScaleBox, {Scale("Log"), Inc(1), Minor Ticks(1)}),
			Dispatch(
				{},
				"Graph Builder",
				FrameBox,
				{Add Graphics Script(
					4,
					Description(""),
					Y Function(
						Test 1P4 + (Test 1P1 - Test 1P4) / (1 + (X / Test 1P3) ^ Test 1P2) ^ Test 1P5,
						X
					)
				)}
			)
		)
	)
);
vlb1 &amp;lt;&amp;lt; append(gTest 1);
gTest 1 &amp;lt;&amp;lt; close window;
Close(dtTest 1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 05 Jul 2023 17:01:49 GMT</pubDate>
    <dc:creator>barnabei</dc:creator>
    <dc:date>2023-07-05T17:01:49Z</dc:date>
    <item>
      <title>Issue exporting tabbed report to html + data</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-exporting-tabbed-report-to-html-data/m-p/655592#M84463</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to script some analysis that creates a tabbed output, with each tab containing a chart generated in graphbuilder.&amp;nbsp; See attached example.&amp;nbsp; Would like to export for non-JMP users.&amp;nbsp; Can export to html but would prefer to export to html with data to preserve the format.&amp;nbsp; When I try this, the exported file opens but there is no data shown.&amp;nbsp; See example of output and script used (limited the script to just one of the 6 graphs generated):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Window("Calibration Curves",
	tb = Tab Box(
		"Test 1",
		vlb1 = V List Box("Data Analysis"),
		"Test 2",
		vlb2 = V List Box("Data Analysis"),
		"Test 3",
		vlb3 = V List Box("Data Analysis"),
		"Test 4",
		vlb4 = V List Box("Data Analysis"),
		"Test 5",
		vlb5 = V List Box("Data Analysis"),
		"Test 6",
		vlb6 = V List Box("Data Analysis")
	)
);
dtStand = dtSum;
dtStand &amp;lt;&amp;lt; select where(:assay == "Test 1");
dtTest 1 = dtStand &amp;lt;&amp;lt; subset(output table name("Test 1"));
gTest 1 = New Window("test",
	Graph Builder(
		Size(534, 482),
		Show Control Panel(0),
		Variables(X(:"Mean(Readbacks)"n), Y(:"Mean(calculated_net_mfi)"n)),
		Elements(Points(X, Y, Legend(5))),
		SendToReport(
			Dispatch(
				{},
				"Mean(Readbacks)",
				ScaleBox,
				{Scale("Log"), Add Ref Line(0.0031, "Solid", "Black", "LLoQ", 1),
				Add Ref Line(2.65, "Solid", "Black", "ULoQ", 1)}
			),
			Dispatch({}, "Mean(calculated_net_mfi)", ScaleBox, {Scale("Log"), Inc(1), Minor Ticks(1)}),
			Dispatch(
				{},
				"Graph Builder",
				FrameBox,
				{Add Graphics Script(
					4,
					Description(""),
					Y Function(
						Test 1P4 + (Test 1P1 - Test 1P4) / (1 + (X / Test 1P3) ^ Test 1P2) ^ Test 1P5,
						X
					)
				)}
			)
		)
	)
);
vlb1 &amp;lt;&amp;lt; append(gTest 1);
gTest 1 &amp;lt;&amp;lt; close window;
Close(dtTest 1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jul 2023 17:01:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-exporting-tabbed-report-to-html-data/m-p/655592#M84463</guid>
      <dc:creator>barnabei</dc:creator>
      <dc:date>2023-07-05T17:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue exporting tabbed report to html + data</title>
      <link>https://community.jmp.com/t5/Discussions/Issue-exporting-tabbed-report-to-html-data/m-p/655595#M84464</link>
      <description>&lt;P&gt;JMP Version is 17.0.0, Mac&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 17:00:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Issue-exporting-tabbed-report-to-html-data/m-p/655595#M84464</guid>
      <dc:creator>barnabei</dc:creator>
      <dc:date>2023-07-05T17:00:07Z</dc:date>
    </item>
  </channel>
</rss>

