<?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 Re: Suppressing Textbox in Chart with Conditions in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16959#M15467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would caution against removing the levels of the 'By' group variable since, stating the obvious, without them it's not clear which 'subset' each chart relates to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if I understand correctly, you want to make the labels in the outline nodes shorter. If you feel you have to do this you can try this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #032ce4;"&gt;NamesDefaultToHere&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Open&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"$SAMPLE_DATA/Big Class.jmp"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Variability chart with 'By' group&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;vc &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; dt &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;variability chart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;Y&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;Weight&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;X&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;Age&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;By&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;sex&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Report layer&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;vcRep &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; vc &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;report&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Get the levels of the 'By' group&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;levels &lt;/SPAN&gt;=&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;AssociativeArray&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"sex"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;getValues&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;getKeys&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Update (shorten) outline node titles on the report&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;&lt;SPAN style="color: #032ce4;"&gt;for&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;g&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; g&lt;SPAN style="color: #011993;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;NItems&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;vcRep&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; g&lt;SPAN style="color: #011993;"&gt;++,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;&lt;SPAN class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/SPAN&gt;vcRep&lt;STRONG&gt;[&lt;/STRONG&gt;g&lt;STRONG&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;OutlineBox&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)]&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;setTitle&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;levels&lt;STRONG&gt;[&lt;/STRONG&gt;g&lt;STRONG&gt;]))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To understand how it works, take a look at 'Help &amp;gt; Scripting Guide' or 'Help &amp;gt; Scripting Index'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just curious as to what the 'display problems' are that result from leaving things alone, though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 10:11:42 GMT</pubDate>
    <dc:creator>ian_jmp</dc:creator>
    <dc:date>2016-02-17T10:11:42Z</dc:date>
    <item>
      <title>Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16957#M15465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to jsl and scripting in general, but I am trying to create variability charts based off of conditions of one column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use where under the settings it generates a text box above the plot that matches the entire string within where (and repeats for each chart that is made). Is there any way to suppress this? It is causing display problems when the condition is lengthy and multiple plots are appended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");&lt;/P&gt;&lt;P&gt;dt&amp;lt;&amp;lt;variability chart(Y(:Weight),X(:Age),Where(:Sex=="M"));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10991_pastedImage_1.png" style="width: 509px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2743i174F762991F26B64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10991_pastedImage_1.png" alt="10991_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Going through the interface does not show this issue but the script seems similar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10992_pastedImage_2.png" style="width: 508px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2744i319BD5AFDDC84F54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10992_pastedImage_2.png" alt="10992_pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:54:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16957#M15465</guid>
      <dc:creator>mpl34</dc:creator>
      <dc:date>2016-10-19T01:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16958#M15466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the method I use to get rid of the Where Clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect there may be a way to reference it from the report output of the variability platform, but since it actually is displayed before the platforms output, I have been successful in wrapping a New Window around the output, with an imbedded "Empty" outline box, and then referencing it from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 10pt;"&gt;Names Default To Here&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 10pt;"&gt;Open&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 10pt;"&gt;"$SAMPLE_DATA/Big Class.jmp"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-family: Consolas; font-size: 10pt;"&gt;// Formalize the display into a New Window with an empty&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-family: Consolas; font-size: 10pt;"&gt;// outline box to allow the referencing of the Where text box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-family: Consolas; font-size: 10pt;"&gt;// that preceeds the display of the variability chart&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 10pt;"&gt;New Window&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 10pt;"&gt;"Display"&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ob &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 10pt;"&gt;Outline Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 10pt;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; dt &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;variability chart&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; Y&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;Weight &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; X&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;Age &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; Where&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;Sex &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;==&lt;/SPAN&gt; &lt;SPAN style="color: purple; font-family: Consolas; font-size: 10pt;"&gt;"M"&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Consolas;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-family: Consolas; font-size: 10pt;"&gt;// Delete the text box that has the Where clause in it&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt;ob&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000dd; font-family: Consolas; font-size: 10pt;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style="color: black; font-size: 10pt; font-family: Consolas;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: Consolas;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Consolas; font-size: 10pt;"&gt; &lt;STRONG&gt;)]&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: Consolas;"&gt;delete&lt;/STRONG&gt;&lt;SPAN style="color: navy; font-family: Consolas; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:06:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16958#M15466</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-02-17T10:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16959#M15467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would caution against removing the levels of the 'By' group variable since, stating the obvious, without them it's not clear which 'subset' each chart relates to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if I understand correctly, you want to make the labels in the outline nodes shorter. If you feel you have to do this you can try this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #032ce4;"&gt;NamesDefaultToHere&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Open&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"$SAMPLE_DATA/Big Class.jmp"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Variability chart with 'By' group&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;vc &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; dt &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;variability chart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;Y&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;Weight&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;X&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;Age&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;By&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;:&lt;/SPAN&gt;sex&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Report layer&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;vcRep &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; vc &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;report&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Get the levels of the 'By' group&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;levels &lt;/SPAN&gt;=&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;AssociativeArray&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"sex"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;getValues&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;getKeys&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal; color: #008f00;"&gt;// Update (shorten) outline node titles on the report&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;&lt;SPAN style="color: #032ce4;"&gt;for&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;g&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; g&lt;SPAN style="color: #011993;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;NItems&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;vcRep&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; g&lt;SPAN style="color: #011993;"&gt;++,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;&lt;SPAN class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/SPAN&gt;vcRep&lt;STRONG&gt;[&lt;/STRONG&gt;g&lt;STRONG&gt;][&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;OutlineBox&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)]&lt;/STRONG&gt; &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;setTitle&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #032ce4;"&gt;Char&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;levels&lt;STRONG&gt;[&lt;/STRONG&gt;g&lt;STRONG&gt;]))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier; margin: 0px; font-size: 12px; line-height: normal;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To understand how it works, take a look at 'Help &amp;gt; Scripting Guide' or 'Help &amp;gt; Scripting Index'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just curious as to what the 'display problems' are that result from leaving things alone, though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:11:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16959#M15467</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2016-02-17T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16960#M15468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! This works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");&lt;/P&gt;&lt;P&gt;summarize(lev = by(:sex, :age));&lt;/P&gt;&lt;P&gt;k=associative array(lev[1])&amp;lt;&amp;lt;get keys;&lt;/P&gt;&lt;P&gt;nk = nitems(k);&lt;/P&gt;&lt;P&gt;New Window("Var by Sex and Age", main = V List Box());&lt;/P&gt;&lt;P&gt;For(i=1,i&amp;lt;=nk,i++,&lt;/P&gt;&lt;P&gt;&amp;nbsp; loc1 = loc(lev[1],k&lt;I&gt;);&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vcwin = H List Box();&lt;/P&gt;&lt;P&gt;&amp;nbsp; For(j=1,j&amp;lt;=nrows(loc1),j++,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ob=OutlineBox("",dt&amp;lt;&amp;lt;variability chart(Y(:Weight),:X(:Height),Where(:sex==lev[1][loc1&lt;J&gt;] &amp;amp; :age == num(lev[2][loc1&lt;J&gt;])),Std Dev Chart(0)));&lt;/J&gt;&lt;/J&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ob[TextBox(1)]&amp;lt;&amp;lt;delete;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vcwin&amp;lt;&amp;lt;append(ob);&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&amp;nbsp; main&amp;lt;&amp;lt;append(vcwin);&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 18:08:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16960#M15468</guid>
      <dc:creator>mpl34</dc:creator>
      <dc:date>2016-02-17T18:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16961#M15469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. The extra text was causing issues when in H List Box. Text would be displayed to the side resulting in lots of extra dead space. Plus was the generic text, not evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11005_pastedImage_0.png" style="width: 1872px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2751i7F241076BBA6564E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11005_pastedImage_0.png" alt="11005_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:55:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16961#M15469</guid>
      <dc:creator>mpl34</dc:creator>
      <dc:date>2016-10-19T01:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16962#M15470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering the same thing. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 05:25:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16962#M15470</guid>
      <dc:creator>ajeong</dc:creator>
      <dc:date>2016-02-18T05:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16963#M15471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Mark - Now I get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 09:41:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16963#M15471</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2016-02-18T09:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16964#M15472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to say that I too find myself stripping off this Where textbox often - for both the reason you show and that I think this small print clause isn't that great as a label, it can easily get lost visually..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agree with Ian that info can be useful or even essential but when I'm constructing a custom report using JSL anyway I will normally talk to the redundant outline box headings and modify them to supply this info much more prominently and without the annoying layout issues of the textboxes.&amp;nbsp; So where you have those big bold labels saying&amp;nbsp; "Variability Gauge" and "Variability Chart for weight" I would modify those to add SEX=M or whatever there where it's more visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I often have a lot of plots, varying number depending on the data, etc. so I sometimes use this crude method to strip all the Where textboxes ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for(i=1000,i&amp;gt;0,i--,&lt;/P&gt;&lt;P&gt;&amp;nbsp; try(if(contains(nw[textbox(i)]&amp;lt;&amp;lt;gettext,"Where(:"),nw[textbox(i)]&amp;lt;&amp;lt;delete));&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:22:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16964#M15472</guid>
      <dc:creator>hardner</dc:creator>
      <dc:date>2016-02-26T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16965#M15473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative to deleting the TextBox is to simply hide it.&amp;nbsp; Hiding works fine for the case Jim mentioned, but it may not be ideal for all situations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: black;"&gt;ob&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: #0000dd;"&gt;Text Box&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: black;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: teal;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: black;"&gt; &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)]&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: navy;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: navy;"&gt;Hide(&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: Consolas; color: teal;"&gt;1&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Consolas; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 10pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Wendy&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 19:45:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/16965#M15473</guid>
      <dc:creator>Wendy_Murphrey</dc:creator>
      <dc:date>2016-02-26T19:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Suppressing Textbox in Chart with Conditions</title>
      <link>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/57398#M32115</link>
      <description>&lt;P&gt;Frustratingly, this is still an issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also frustrating, is that most documentation / solutions for this issue don't cover a wide range of situations, or they brute force it by iterating through the tree structure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP has xpath capabilities, which is also not well documented. I suppose that this is because xpath is a standard syntax that JMP doesn't have ownership of, and so they do not feel the need to provide any documentation to users who may be unfamiliar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the one line of code that I use to get rid of these pesky text boxes, in basically any situation they crop up. You do need to put a wrapper around whatever report contains the offending text box, if there isn't one already.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To borrow txnelson's naming of&amp;nbsp;said outline box wrapper:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;(ob &amp;lt;&amp;lt; xpath("//TextBox[contains(text(),'Where(')]")) &amp;lt;&amp;lt; delete;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If desired, similar xpath scripting can be used to grab the actual text of the box, perhaps perform some processing to make the information more clear, and then insert it into the title of another outline box or fit group - &lt;EM&gt;&lt;STRONG&gt;which would be the desired functionality of saving a report to a script in the first place!&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more reading on xpath in JMP, I highly suggest reading&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discovery-Summit-2015/JMP-Discovery-2015-Mining-JMP-Reports-v10-pdf/ta-p/22595" target="_blank"&gt;this report [PDF]&lt;/A&gt;&amp;nbsp;posted a while back by another JMP user. The PDF outlines the syntax of xpath as it relates to jmp, with helpful examples.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 20:34:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Suppressing-Textbox-in-Chart-with-Conditions/m-p/57398#M32115</guid>
      <dc:creator>wlancaster1</dc:creator>
      <dc:date>2018-05-18T20:34:49Z</dc:date>
    </item>
  </channel>
</rss>

