<?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 Scorecard with Static Data in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45190#M25827</link>
    <description>&lt;P&gt;I&amp;nbsp;am trying to create a static scorecard that looks something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scorecard.png" style="width: 496px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7796i6BBD6D4D4827B7C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Scorecard.png" alt="Scorecard.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at JMP Dashboard Builder, but it seems to be tailored to&amp;nbsp;complex graphs with filtering, maps, and interactivity.&amp;nbsp; I just want something simple and static.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Elements I wish to include are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Large-Font Numbers&lt;/LI&gt;&lt;LI&gt;Textual Footnotes&amp;nbsp;to explain the numbers&lt;/LI&gt;&lt;LI&gt;Plain Excel-like Tables (NOT JMP Data Tables)&lt;/LI&gt;&lt;LI&gt;JMP Graphs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Goal is to save the scorecard as a PDF&amp;nbsp;for distribution each month.&amp;nbsp; (Since 20+ managers need their own scorecard each month, I plan to script this once I have a layout.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on designing the layout?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:24:21 GMT</pubDate>
    <dc:creator>jb</dc:creator>
    <dc:date>2023-06-09T23:24:21Z</dc:date>
    <item>
      <title>Scorecard with Static Data</title>
      <link>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45190#M25827</link>
      <description>&lt;P&gt;I&amp;nbsp;am trying to create a static scorecard that looks something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scorecard.png" style="width: 496px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/7796i6BBD6D4D4827B7C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Scorecard.png" alt="Scorecard.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at JMP Dashboard Builder, but it seems to be tailored to&amp;nbsp;complex graphs with filtering, maps, and interactivity.&amp;nbsp; I just want something simple and static.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Elements I wish to include are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Large-Font Numbers&lt;/LI&gt;&lt;LI&gt;Textual Footnotes&amp;nbsp;to explain the numbers&lt;/LI&gt;&lt;LI&gt;Plain Excel-like Tables (NOT JMP Data Tables)&lt;/LI&gt;&lt;LI&gt;JMP Graphs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Goal is to save the scorecard as a PDF&amp;nbsp;for distribution each month.&amp;nbsp; (Since 20+ managers need their own scorecard each month, I plan to script this once I have a layout.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on designing the layout?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:24:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45190#M25827</guid>
      <dc:creator>jb</dc:creator>
      <dc:date>2023-06-09T23:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scorecard with Static Data</title>
      <link>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45191#M25828</link>
      <description>&lt;P&gt;If you do 'Help &amp;gt; Scripting Index' and learn about the 'display boxes' that are available and the messages that they understand, I imagine that you could build&amp;nbsp;a reasonable facsimilie. Here's a start:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);
NewWindow("Customer Serice Scorecard",
	TextBox("Customer Serice Scorecard", &amp;lt;&amp;lt;setFontSize(48), &amp;lt;&amp;lt;fontColor("Blue"), &amp;lt;&amp;lt;setWrap(700)),
	LineUpBox(NCol(3),
		VListBox(
			TextBox("Customer Satisfaction", &amp;lt;&amp;lt;setFontSize(24), &amp;lt;&amp;lt;fontColor("Gray")),
			TextBox("97%", &amp;lt;&amp;lt;setFontSize(72)),
			TextBox("of customers are satisfied with the . . .", &amp;lt;&amp;lt;setFontSize(10))
			),
		SpacerBox(Size(20, 20)),
		VListBox(
			TextBox("Customer Satisfaction", &amp;lt;&amp;lt;setFontSize(24), &amp;lt;&amp;lt;fontColor("Gray")),
			TextBox("97%", &amp;lt;&amp;lt;setFontSize(72)),
			TextBox("of customers are satisfied with the . . .", &amp;lt;&amp;lt;setFontSize(10))
			),
		SpacerBox(Size(20, 20)),
		SpacerBox(Size(20, 20)),
		SpacerBox(Size(20, 20)),
		VListBox(
			TextBox("Customer Satisfaction", &amp;lt;&amp;lt;setFontSize(24), &amp;lt;&amp;lt;fontColor("Gray")),
			TextBox("97%", &amp;lt;&amp;lt;setFontSize(72)),
			TextBox("of customers are satisfied with the . . .", &amp;lt;&amp;lt;setFontSize(10))
			),
		SpacerBox(Size(20, 20)),
		VListBox(
			TextBox("Customer Satisfaction", &amp;lt;&amp;lt;setFontSize(24), &amp;lt;&amp;lt;fontColor("Gray")),
			TextBox("97%", &amp;lt;&amp;lt;setFontSize(72)),
			TextBox("of customers are satisfied with the . . .", &amp;lt;&amp;lt;setFontSize(10))
			)
	)
);

dt = Open("$SAMPLE_DATA/Big Class.jmp", Invisible);
NewWindow("Not a JMP Table", &amp;lt;&amp;lt;onClose(Close(dt, NoSave)), DataTableBox(dt));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Sep 2017 19:00:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45191#M25828</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-09-27T19:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scorecard with Static Data</title>
      <link>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45314#M25903</link>
      <description>&lt;P&gt;Thank&amp;nbsp;you&amp;nbsp;for the suggested approach and sample&amp;nbsp;script.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 22:17:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Scorecard-with-Static-Data/m-p/45314#M25903</guid>
      <dc:creator>jb</dc:creator>
      <dc:date>2017-09-30T22:17:31Z</dc:date>
    </item>
  </channel>
</rss>

